#C2BDD0

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

Shades of Blue Haze #C2BDD0

Tints of Blue Haze #C2BDD0

Color information

#C2BDD0 (or 0xC2BDD0) is unknown color: approx Blue Haze. HEX triplet: C2, BD and D0. RGB value is (194,189,208). Sum of RGB (Red+Green+Blue) = 194+189+208=591 (78% of max value = 765). Red value is 194 (76.17% from 255 or 32.83% from 591); Green value is 189 (74.22% from 255 or 31.98% from 591); Blue value is 208 (81.64% from 255 or 35.19% from 591); Max value from RGB is 208 - color contains mainly: blue. Hex color #C2BDD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2BDD0 is #3D422F. Grayscale: #C0C0C0. Windows color (decimal): -4014640 or 13680066. OLE color: 13680066.

HSL color Cylindrical-coordinate representation of color #C2BDD0: hue angle of 255.79º 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 #C2BDD0 is Cyan = 0.07, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB194189208-
CMYK0.070.0900.18
HSL255.79º16.81%77.84%-
HSV(B)255.79º9.13%81.57%-
XYZ51.8352.4267.06-
YUV192.66136.66128.96-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 32.83%
GREEN value IS 189 (74.22% from 255) = 31.98%
BLUE value IS 208 (81.64% from 255) = 35.19%
R=32.83%
G=31.98%
B=35.19%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1941892080.070.0900.18255.7916.8177.84
HexC2BDD079012100114e
Octal30227532071102240021116
Binary1100001010111101110100001111001010010100000000100011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2BDD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2BDD0; }

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

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

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

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

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

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

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

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