#C2BFCE

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

Shades of Blue Haze #C2BFCE

Tints of Blue Haze #C2BFCE

Color information

#C2BFCE (or 0xC2BFCE) is unknown color: approx Blue Haze. HEX triplet: C2, BF and CE. RGB value is (194,191,206). Sum of RGB (Red+Green+Blue) = 194+191+206=591 (78% of max value = 765). Red value is 194 (76.17% from 255 or 32.83% from 591); Green value is 191 (75% from 255 or 32.32% from 591); Blue value is 206 (80.86% from 255 or 34.86% from 591); Max value from RGB is 206 - color contains mainly: blue. Hex color #C2BFCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2BFCE is #3D4031. Grayscale: #C1C1C1. Windows color (decimal): -4014130 or 13549506. OLE color: 13549506.

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

Color convert

RGB194191206-
CMYK0.060.0700.19
HSL252º13.27%77.84%-
HSV(B)252º7.28%80.78%-
XYZ52.0253.1965.92-
YUV193.61134.99128.28-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 32.83%
GREEN value IS 191 (75% from 255) = 32.32%
BLUE value IS 206 (80.86% from 255) = 34.86%
R=32.83%
G=32.32%
B=34.86%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1941912060.060.0700.1925213.2777.84
HexC2BFCE67013fcd4e
Octal3022773166702337415116
Binary1100001010111111110011101101110100111111110011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2BFCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2BFCE; }

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

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

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

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

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

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

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

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