Color Hex Logo

#bdcbf6 Color Hex

#BDCBF6
(189,203,246)
0 Favorites   0 Comments

Color spaces of #bdcbf6

RGB 189203246
HSL0.630.760.85
HSV225°23°96°
CMYK 0.230.170.00   0.04
XYZ58.976860.184595.6971
Yxy60.18450.27450.2801
Hunter Lab77.5787-0.0635-18.8321
CIE-Lab81.93844.3177-22.7175

#bdcbf6 color RGB value is (189,203,246).

#bdcbf6 hex color red value is 189, green value is 203 and the blue value of its RGB is 246. Cylindrical-coordinate representations (also known as HSL) of color #bdcbf6 hue: 0.63 , saturation: 0.76 and the lightness value of bdcbf6 is 0.85.

The process color (four color CMYK) of #bdcbf6 color hex is 0.23, 0.17, 0.00, 0.04. Web safe color of #bdcbf6 is #ccccff. Color #bdcbf6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11001011 11110110
Octal 275 313 366
Decimal 189 203 246
Hex BD CB F6

RGB Percentages of Color #bdcbf6

%29.62
%31.82
%38.56

CMYK Percentages of Color #bdcbf6

%23
%17
%0
%4

Triadic Colors of #bdcbf6

#bdcbf6 #f6bdcb #cbf6bd

Analogous Colors of #bdcbf6

#bdcbf6 #ccbdf6 #bde8f6

Monochromatic Colors of #bdcbf6

#bdcbf6

Complementary Color

#bdcbf6 #f6e8bd

#bdcbf6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdcbf6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdcbf6 Color CSS Codes

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

#bdcbf6 Text Font Color

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

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


#bdcbf6 Background Color

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

This div background color is #bdcbf6


#bdcbf6 Border Color

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

This div border color is #bdcbf6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdcbf6


Comments

No comments written yet.

Please login to write comment.