#C0BBCB

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

Shades of Blue Haze #C0BBCB

Tints of Blue Haze #C0BBCB

Color information

#C0BBCB (or 0xC0BBCB) is unknown color: approx Blue Haze. HEX triplet: C0, BB and CB. RGB value is (192,187,203). Sum of RGB (Red+Green+Blue) = 192+187+203=582 (77% of max value = 765). Red value is 192 (75.39% from 255 or 32.99% from 582); Green value is 187 (73.44% from 255 or 32.13% from 582); Blue value is 203 (79.69% from 255 or 34.88% from 582); Max value from RGB is 203 - color contains mainly: blue. Hex color #C0BBCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0BBCB is #3F4434. Grayscale: #BEBEBE. Windows color (decimal): -4146229 or 13351872. OLE color: 13351872.

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

Color convert

RGB192187203-
CMYK0.050.0800.20
HSL258.75º13.33%76.47%-
HSV(B)258.75º7.88%79.61%-
XYZ50.2951.0663.7-
YUV190.32135.16129.2-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 32.99%
GREEN value IS 187 (73.44% from 255) = 32.13%
BLUE value IS 203 (79.69% from 255) = 34.88%
R=32.99%
G=32.13%
B=34.88%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1921872030.050.0800.20258.7513.3376.47
HexC0BBCB58014103d4c
Octal30027331351002440315114
Binary110000001011101111001011101100001010010000001111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0BBCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0BBCB; }

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

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

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

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

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

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

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

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