Color Hex Logo

#bdcbbe Color Hex

#BDCBBE
(189,203,190)
0 Favorites   0 Comments

Color spaces of #bdcbbe

RGB 189203190
HSL0.350.120.77
HSV124°80°
CMYK 0.070.000.06   0.20
XYZ51.636557.248457.0437
Yxy57.24840.31120.3450
Hunter Lab75.6627-10.59128.2639
CIE-Lab80.3191-7.18494.8374

#bdcbbe color RGB value is (189,203,190).

#bdcbbe hex color red value is 189, green value is 203 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #bdcbbe hue: 0.35 , saturation: 0.12 and the lightness value of bdcbbe is 0.77.

The process color (four color CMYK) of #bdcbbe color hex is 0.07, 0.00, 0.06, 0.20. Web safe color of #bdcbbe is #cccccc. Color #bdcbbe contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11001011 10111110
Octal 275 313 276
Decimal 189 203 190
Hex BD CB BE

RGB Percentages of Color #bdcbbe

%32.47
%34.88
%32.65

CMYK Percentages of Color #bdcbbe

%7
%0
%6
%20

Triadic Colors of #bdcbbe

#bdcbbe #bebdcb #cbbebd

Analogous Colors of #bdcbbe

#bdcbbe #bdcbc5 #c3cbbd

Monochromatic Colors of #bdcbbe

#bdcbbe

Complementary Color

#bdcbbe #cbbdca

#bdcbbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdcbbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdcbbe Color CSS Codes

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

#bdcbbe Text Font Color

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

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


#bdcbbe Background Color

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

This div background color is #bdcbbe


#bdcbbe Border Color

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

This div border color is #bdcbbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdcbbe


Comments

No comments written yet.

Please login to write comment.