#C0BDCB

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

Shades of Blue Haze #C0BDCB

Tints of Blue Haze #C0BDCB

Color information

#C0BDCB (or 0xC0BDCB) is unknown color: approx Blue Haze. HEX triplet: C0, BD and CB. RGB value is (192,189,203). Sum of RGB (Red+Green+Blue) = 192+189+203=584 (77% of max value = 765). Red value is 192 (75.39% from 255 or 32.88% from 584); Green value is 189 (74.22% from 255 or 32.36% from 584); Blue value is 203 (79.69% from 255 or 34.76% from 584); Max value from RGB is 203 - color contains mainly: blue. Hex color #C0BDCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0BDCB is #3F4234. Grayscale: #BFBFBF. Windows color (decimal): -4145717 or 13352384. OLE color: 13352384.

HSL color Cylindrical-coordinate representation of color #C0BDCB: hue angle of 252.86º degrees, saturation: 0.12, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C0BDCB is Cyan = 0.05, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB192189203-
CMYK0.050.0700.20
HSL252.86º11.86%76.86%-
HSV(B)252.86º6.9%79.61%-
XYZ50.7251.9163.85-
YUV191.49134.49128.36-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 32.88%
GREEN value IS 189 (74.22% from 255) = 32.36%
BLUE value IS 203 (79.69% from 255) = 34.76%
R=32.88%
G=32.36%
B=34.76%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1921892030.050.0700.20252.8611.8676.86
HexC0BDCB57014fdc4d
Octal3002753135702437514115
Binary1100000010111101110010111011110101001111110111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0BDCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0BDCB; }

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

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

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

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

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

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

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

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