#C2BDD1

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

Shades of Blue Haze #C2BDD1

Tints of Blue Haze #C2BDD1

Color information

#C2BDD1 (or 0xC2BDD1) is unknown color: approx Blue Haze. HEX triplet: C2, BD and D1. RGB value is (194,189,209). Sum of RGB (Red+Green+Blue) = 194+189+209=592 (78% of max value = 765). Red value is 194 (76.17% from 255 or 32.77% from 592); Green value is 189 (74.22% from 255 or 31.93% from 592); Blue value is 209 (82.03% from 255 or 35.30% from 592); Max value from RGB is 209 - color contains mainly: blue. Hex color #C2BDD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2BDD1 is #3D422E. Grayscale: #C0C0C0. Windows color (decimal): -4014639 or 13745602. OLE color: 13745602.

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

Color convert

RGB194189209-
CMYK0.070.1000.18
HSL255º17.86%78.04%-
HSV(B)255º9.57%81.96%-
XYZ51.9552.4767.71-
YUV192.78137.16128.87-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 32.77%
GREEN value IS 189 (74.22% from 255) = 31.93%
BLUE value IS 209 (82.03% from 255) = 35.30%
R=32.77%
G=31.93%
B=35.30%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1941892090.070.1000.1825517.8678.04
HexC2BDD17A012ff124e
Octal30227532171202237722116
Binary110000101011110111010001111101001001011111111100101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2BDD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2BDD1; }

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

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

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

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

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

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

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

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