#C0BCCB

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

Shades of Blue Haze #C0BCCB

Tints of Blue Haze #C0BCCB

Color information

#C0BCCB (or 0xC0BCCB) is unknown color: approx Blue Haze. HEX triplet: C0, BC and CB. RGB value is (192,188,203). Sum of RGB (Red+Green+Blue) = 192+188+203=583 (77% of max value = 765). Red value is 192 (75.39% from 255 or 32.93% from 583); Green value is 188 (73.83% from 255 or 32.25% from 583); Blue value is 203 (79.69% from 255 or 34.82% from 583); Max value from RGB is 203 - color contains mainly: blue. Hex color #C0BCCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0BCCB is #3F4334. Grayscale: #BEBEBE. Windows color (decimal): -4145973 or 13352128. OLE color: 13352128.

HSL color Cylindrical-coordinate representation of color #C0BCCB: hue angle of 256º degrees, saturation: 0.13, 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 #C0BCCB is Cyan = 0.05, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB192188203-
CMYK0.050.0700.20
HSL256º12.61%76.67%-
HSV(B)256º7.39%79.61%-
XYZ50.551.4863.78-
YUV190.91134.83128.78-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 32.93%
GREEN value IS 188 (73.83% from 255) = 32.25%
BLUE value IS 203 (79.69% from 255) = 34.82%
R=32.93%
G=32.25%
B=34.82%

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
Decimal1921882030.050.0700.2025612.6176.67
HexC0BCCB57014100d4d
Octal3002743135702440015115
Binary11000000101111001100101110111101010010000000011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0BCCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0BCCB; }

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

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

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

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

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

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

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

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