#C0BBD0

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

Shades of Blue Haze #C0BBD0

Tints of Blue Haze #C0BBD0

Color information

#C0BBD0 (or 0xC0BBD0) is unknown color: approx Blue Haze. HEX triplet: C0, BB and D0. RGB value is (192,187,208). Sum of RGB (Red+Green+Blue) = 192+187+208=587 (77% of max value = 765). Red value is 192 (75.39% from 255 or 32.71% from 587); Green value is 187 (73.44% from 255 or 31.86% from 587); Blue value is 208 (81.64% from 255 or 35.43% from 587); Max value from RGB is 208 - color contains mainly: blue. Hex color #C0BBD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0BBD0 is #3F442F. Grayscale: #BEBEBE. Windows color (decimal): -4146224 or 13679552. OLE color: 13679552.

HSL color Cylindrical-coordinate representation of color #C0BBD0: hue angle of 254.29º degrees, saturation: 0.18, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C0BBD0 is Cyan = 0.08, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB192187208-
CMYK0.080.1000.18
HSL254.29º18.26%77.45%-
HSV(B)254.29º10.1%81.57%-
XYZ50.8951.366.89-
YUV190.89137.66128.79-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 32.71%
GREEN value IS 187 (73.44% from 255) = 31.86%
BLUE value IS 208 (81.64% from 255) = 35.43%
R=32.71%
G=31.86%
B=35.43%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1921872080.080.1000.18254.2918.2677.45
HexC0BBD08A012fe124d
Octal300273320101202237622115
Binary1100000010111011110100001000101001001011111110100101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0BBD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0BBD0; }

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

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

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

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

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

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

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

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