#C0BECE

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

Shades of Blue Haze #C0BECE

Tints of Blue Haze #C0BECE

Color information

#C0BECE (or 0xC0BECE) is unknown color: approx Blue Haze. HEX triplet: C0, BE and CE. RGB value is (192,190,206). Sum of RGB (Red+Green+Blue) = 192+190+206=588 (77% of max value = 765). Red value is 192 (75.39% from 255 or 32.65% from 588); Green value is 190 (74.61% from 255 or 32.31% from 588); Blue value is 206 (80.86% from 255 or 35.03% from 588); Max value from RGB is 206 - color contains mainly: blue. Hex color #C0BECE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0BECE is #3F4131. Grayscale: #C0C0C0. Windows color (decimal): -4145458 or 13549248. OLE color: 13549248.

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

Color convert

RGB192190206-
CMYK0.070.0800.19
HSL247.5º14.04%77.65%-
HSV(B)247.5º7.77%80.78%-
XYZ51.2952.4965.82-
YUV192.42135.66127.7-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 32.65%
GREEN value IS 190 (74.61% from 255) = 32.31%
BLUE value IS 206 (80.86% from 255) = 35.03%
R=32.65%
G=32.31%
B=35.03%

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
Decimal1921902060.070.0800.19247.514.0477.65
HexC0BECE78013f8e4e
Octal30027631671002337016116
Binary11000000101111101100111011110000100111111100011101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0BECE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0BECE; }

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

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

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

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

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

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

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

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