#C2BFCD

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

Shades of Blue Haze #C2BFCD

Tints of Blue Haze #C2BFCD

Color information

#C2BFCD (or 0xC2BFCD) is unknown color: approx Blue Haze. HEX triplet: C2, BF and CD. RGB value is (194,191,205). Sum of RGB (Red+Green+Blue) = 194+191+205=590 (78% of max value = 765). Red value is 194 (76.17% from 255 or 32.88% from 590); Green value is 191 (75% from 255 or 32.37% from 590); Blue value is 205 (80.47% from 255 or 34.75% from 590); Max value from RGB is 205 - color contains mainly: blue. Hex color #C2BFCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2BFCD is #3D4032. Grayscale: #C1C1C1. Windows color (decimal): -4014131 or 13483970. OLE color: 13483970.

HSL color Cylindrical-coordinate representation of color #C2BFCD: hue angle of 252.86º degrees, saturation: 0.12, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C2BFCD is Cyan = 0.05, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB194191205-
CMYK0.050.0700.20
HSL252.86º12.28%77.65%-
HSV(B)252.86º6.83%80.39%-
XYZ51.953.1465.28-
YUV193.49134.49128.36-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 32.88%
GREEN value IS 191 (75% from 255) = 32.37%
BLUE value IS 205 (80.47% from 255) = 34.75%
R=32.88%
G=32.37%
B=34.75%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1941912050.050.0700.20252.8612.2877.65
HexC2BFCD57014fdc4e
Octal3022773155702437514116
Binary1100001010111111110011011011110101001111110111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2BFCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2BFCD; }

 p { color: rgb(194,191,205); }

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

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

 a { background-color: rgb(194,191,205); }

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

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

 span { border-color: rgb(194,191,205); }

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