#C0BDCE

Color #C0BDCE Blue Haze (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Haze #C0BDCE

Tints of Blue Haze #C0BDCE

Color information

#C0BDCE (or 0xC0BDCE) is unknown color: approx Blue Haze. HEX triplet: C0, BD and CE. RGB value is (192,189,206). Sum of RGB (Red+Green+Blue) = 192+189+206=587 (77% of max value = 765). Red value is 192 (75.39% from 255 or 32.71% from 587); Green value is 189 (74.22% from 255 or 32.20% from 587); Blue value is 206 (80.86% from 255 or 35.09% from 587); Max value from RGB is 206 - color contains mainly: blue. Hex color #C0BDCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0BDCE is #3F4231. Grayscale: #BFBFBF. Windows color (decimal): -4145714 or 13548992. OLE color: 13548992.

HSL color Cylindrical-coordinate representation of color #C0BDCE: hue angle of 250.59º degrees, saturation: 0.15, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C0BDCE is Cyan = 0.07, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB192189206-
CMYK0.070.0800.19
HSL250.59º14.78%77.45%-
HSV(B)250.59º8.25%80.78%-
XYZ51.0852.0665.75-
YUV191.84135.99128.12-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 192 (75.39% from 255) = 32.71%
GREEN value IS 189 (74.22% from 255) = 32.20%
BLUE value IS 206 (80.86% from 255) = 35.09%
R=32.71%
G=32.20%
B=35.09%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1921892060.070.0800.19250.5914.7877.45
HexC0BDCE78013fbf4d
Octal30027531671002337317115
Binary11000000101111011100111011110000100111111101111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0BDCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0BDCE; }

 p { color: rgb(192,189,206); }

 H1.HeaderClassName
 {
   color: #C0BDCE;
 }
 .AnyTagClassName
 {
   color: #C0BDCE;
 }
</style>
background-color css

<style>
 a { background-color: #C0BDCE; }

 a { background-color: rgb(192,189,206); }

 div.DivClassName
 {
   background-color: #C0BDCE;
 }
 .BgClassName
 {
   background-color: #C0BDCE;
 }
</style>
border-color css

<style>
 span { border-color: #C0BDCE; }

 span { border-color: rgb(192,189,206); }

 td.TdClassName
 {
   border-color: #C0BDCE;
 }
 .TagClassName
 {
   border-color: #C0BDCE;
 }
</style>