#C0BDD0

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

Shades of Blue Haze #C0BDD0

Tints of Blue Haze #C0BDD0

Color information

#C0BDD0 (or 0xC0BDD0) is unknown color: approx Blue Haze. HEX triplet: C0, BD and D0. RGB value is (192,189,208). Sum of RGB (Red+Green+Blue) = 192+189+208=589 (78% of max value = 765). Red value is 192 (75.39% from 255 or 32.60% from 589); Green value is 189 (74.22% from 255 or 32.09% from 589); Blue value is 208 (81.64% from 255 or 35.31% from 589); Max value from RGB is 208 - color contains mainly: blue. Hex color #C0BDD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0BDD0 is #3F422F. Grayscale: #BFBFBF. Windows color (decimal): -4145712 or 13680064. OLE color: 13680064.

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

Color convert

RGB192189208-
CMYK0.080.0900.18
HSL249.47º16.81%77.84%-
HSV(B)249.47º9.13%81.57%-
XYZ51.3252.1667.04-
YUV192.06136.99127.96-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 32.60%
GREEN value IS 189 (74.22% from 255) = 32.09%
BLUE value IS 208 (81.64% from 255) = 35.31%
R=32.60%
G=32.09%
B=35.31%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1921892080.080.0900.18249.4716.8177.84
HexC0BDD089012f9114e
Octal300275320101102237121116
Binary1100000010111101110100001000100101001011111001100011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0BDD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0BDD0; }

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

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

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

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

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

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

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

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