#C2BDCE

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

Shades of Blue Haze #C2BDCE

Tints of Blue Haze #C2BDCE

Color information

#C2BDCE (or 0xC2BDCE) is unknown color: approx Blue Haze. HEX triplet: C2, BD and CE. RGB value is (194,189,206). Sum of RGB (Red+Green+Blue) = 194+189+206=589 (78% of max value = 765). Red value is 194 (76.17% from 255 or 32.94% from 589); Green value is 189 (74.22% from 255 or 32.09% from 589); Blue value is 206 (80.86% from 255 or 34.97% from 589); Max value from RGB is 206 - color contains mainly: blue. Hex color #C2BDCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2BDCE is #3D4231. Grayscale: #C0C0C0. Windows color (decimal): -4014642 or 13548994. OLE color: 13548994.

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

Color convert

RGB194189206-
CMYK0.060.0800.19
HSL257.65º14.78%77.45%-
HSV(B)257.65º8.25%80.78%-
XYZ51.5952.3265.77-
YUV192.43135.66129.12-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 32.94%
GREEN value IS 189 (74.22% from 255) = 32.09%
BLUE value IS 206 (80.86% from 255) = 34.97%
R=32.94%
G=32.09%
B=34.97%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1941892060.060.0800.19257.6514.7877.45
HexC2BDCE68013102f4d
Octal30227531661002340217115
Binary110000101011110111001110110100001001110000001011111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2BDCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2BDCE; }

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

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

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

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

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

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

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

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