#C0BCCA

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

Shades of Blue Haze #C0BCCA

Tints of Blue Haze #C0BCCA

Color information

#C0BCCA (or 0xC0BCCA) is unknown color: approx Blue Haze. HEX triplet: C0, BC and CA. RGB value is (192,188,202). Sum of RGB (Red+Green+Blue) = 192+188+202=582 (77% of max value = 765). Red value is 192 (75.39% from 255 or 32.99% from 582); Green value is 188 (73.83% from 255 or 32.30% from 582); Blue value is 202 (79.30% from 255 or 34.71% from 582); Max value from RGB is 202 - color contains mainly: blue. Hex color #C0BCCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0BCCA is #3F4335. Grayscale: #BEBEBE. Windows color (decimal): -4145974 or 13286592. OLE color: 13286592.

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

Color convert

RGB192188202-
CMYK0.050.0700.21
HSL257.14º11.67%76.47%-
HSV(B)257.14º6.93%79.22%-
XYZ50.3851.4463.15-
YUV190.79134.33128.86-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 32.99%
GREEN value IS 188 (73.83% from 255) = 32.30%
BLUE value IS 202 (79.30% from 255) = 34.71%
R=32.99%
G=32.30%
B=34.71%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1921882020.050.0700.21257.1411.6776.47
HexC0BCCA57015101c4c
Octal3002743125702540114114
Binary11000000101111001100101010111101010110000000111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0BCCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0BCCA; }

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

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

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

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

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

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

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

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