Color Hex Logo

#b6beda Color Hex

#B6BEDA
(182,190,218)
0 Favorites   0 Comments

Color spaces of #b6beda

RGB 182190218
HSL0.630.330.78
HSV227°17°85°
CMYK 0.170.130.00   0.15
XYZ50.359751.834073.6804
Yxy51.83400.28630.2947
Hunter Lab71.9958-1.1354-10.2802
CIE-Lab77.18152.9486-14.9299

#b6beda color RGB value is (182,190,218).

#b6beda hex color red value is 182, green value is 190 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #b6beda hue: 0.63 , saturation: 0.33 and the lightness value of b6beda is 0.78.

The process color (four color CMYK) of #b6beda color hex is 0.17, 0.13, 0.00, 0.15. Web safe color of #b6beda is #cccccc. Color #b6beda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 10111110 11011010
Octal 266 276 332
Decimal 182 190 218
Hex B6 BE DA

RGB Percentages of Color #b6beda

%30.85
%32.20
%36.95

CMYK Percentages of Color #b6beda

%17
%13
%0
%15

Triadic Colors of #b6beda

#b6beda #dab6be #bedab6

Analogous Colors of #b6beda

#b6beda #c0b6da #b6d0da

Monochromatic Colors of #b6beda

#b6beda

Complementary Color

#b6beda #dad2b6

#b6beda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6beda Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6beda Color CSS Codes

.mybgcolor {background-color:#b6beda; } 
.myforecolor {color:#b6beda; }
.mybordercolor {border:3px solid #b6beda; }

#b6beda Text Font Color

<p style="color:#b6beda">Text here</p>

This sample text font color is #b6beda
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#b6beda Background Color

<div style="background-color:#b6beda">
Div content here</div>

This div background color is #b6beda


#b6beda Border Color

<div style="border:3px solid #b6beda">
Div here</div>

This div border color is #b6beda


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(182,190,218, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b6beda; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b6beda;
  -webkit-box-shadow: 1px 1px 3px 2px #b6beda;
  box-shadow:         1px 1px 3px 2px #b6beda; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(182,190,218, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #b6beda">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #b6beda;
  -webkit-box-shadow: 1px 1px 3px 2px #b6beda;
  box-shadow:         1px 1px 3px 2px #b6beda;">
Div content here</div>

This div box has shadow with color #b6beda


Comments

No comments written yet.

Please login to write comment.