#C0BCCF

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

Shades of Blue Haze #C0BCCF

Tints of Blue Haze #C0BCCF

Color information

#C0BCCF (or 0xC0BCCF) is unknown color: approx Blue Haze. HEX triplet: C0, BC and CF. RGB value is (192,188,207). Sum of RGB (Red+Green+Blue) = 192+188+207=587 (77% of max value = 765). Red value is 192 (75.39% from 255 or 32.71% from 587); Green value is 188 (73.83% from 255 or 32.03% from 587); Blue value is 207 (81.25% from 255 or 35.26% from 587); Max value from RGB is 207 - color contains mainly: blue. Hex color #C0BCCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0BCCF is #3F4330. Grayscale: #BFBFBF. Windows color (decimal): -4145969 or 13614272. OLE color: 13614272.

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

Color convert

RGB192188207-
CMYK0.070.0900.19
HSL252.63º16.52%77.45%-
HSV(B)252.63º9.18%81.18%-
XYZ50.9851.6866.32-
YUV191.36136.83128.46-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 32.71%
GREEN value IS 188 (73.83% from 255) = 32.03%
BLUE value IS 207 (81.25% from 255) = 35.26%
R=32.71%
G=32.03%
B=35.26%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1921882070.070.0900.19252.6316.5277.45
HexC0BCCF79013fd114d
Octal30027431771102337521115
Binary110000001011110011001111111100101001111111101100011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0BCCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0BCCF; }

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

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

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

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

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

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

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

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