Color Hex Logo

#b6bdef Color Hex

#B6BDEF
(182,189,239)
0 Favorites   0 Comments

Color spaces of #b6bdef

RGB 182189239
HSL0.650.640.83
HSV233°24°94°
CMYK 0.240.210.00   0.06
XYZ53.069052.572389.0118
Yxy52.57230.27260.2701
Hunter Lab72.50683.7605-22.0317
CIE-Lab77.62188.1799-25.5907

#b6bdef color RGB value is (182,189,239).

#b6bdef hex color red value is 182, green value is 189 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #b6bdef hue: 0.65 , saturation: 0.64 and the lightness value of b6bdef is 0.83.

The process color (four color CMYK) of #b6bdef color hex is 0.24, 0.21, 0.00, 0.06. Web safe color of #b6bdef is #ccccff. Color #b6bdef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 10111101 11101111
Octal 266 275 357
Decimal 182 189 239
Hex B6 BD EF

RGB Percentages of Color #b6bdef

%29.84
%30.98
%39.18

CMYK Percentages of Color #b6bdef

%24
%21
%0
%6

Triadic Colors of #b6bdef

#b6bdef #efb6bd #bdefb6

Analogous Colors of #b6bdef

#b6bdef #ccb6ef #b6daef

Monochromatic Colors of #b6bdef

#b6bdef

Complementary Color

#b6bdef #efe8b6

#b6bdef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6bdef Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6bdef Color CSS Codes

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

#b6bdef Text Font Color

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

This sample text font color is #b6bdef
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.


#b6bdef Background Color

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

This div background color is #b6bdef


#b6bdef Border Color

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

This div border color is #b6bdef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6bdef


Comments

No comments written yet.

Please login to write comment.