#C2BFCC

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

Shades of Blue Haze #C2BFCC

Tints of Blue Haze #C2BFCC

Color information

#C2BFCC (or 0xC2BFCC) is unknown color: approx Blue Haze. HEX triplet: C2, BF and CC. RGB value is (194,191,204). Sum of RGB (Red+Green+Blue) = 194+191+204=589 (78% of max value = 765). Red value is 194 (76.17% from 255 or 32.94% from 589); Green value is 191 (75% from 255 or 32.43% from 589); Blue value is 204 (80.08% from 255 or 34.63% from 589); Max value from RGB is 204 - color contains mainly: blue. Hex color #C2BFCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2BFCC is #3D4033. Grayscale: #C1C1C1. Windows color (decimal): -4014132 or 13418434. OLE color: 13418434.

HSL color Cylindrical-coordinate representation of color #C2BFCC: hue angle of 253.85º degrees, saturation: 0.11, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #C2BFCC is Cyan = 0.05, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB194191204-
CMYK0.050.0600.2
HSL253.85º11.3%77.45%-
HSV(B)253.85º6.37%80%-
XYZ51.7853.0964.65-
YUV193.38133.99128.44-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 32.94%
GREEN value IS 191 (75% from 255) = 32.43%
BLUE value IS 204 (80.08% from 255) = 34.63%
R=32.94%
G=32.43%
B=34.63%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1941912040.050.0600.2253.8511.377.45
HexC2BFCC56014feb4d
Octal3022773145602437613115
Binary1100001010111111110011001011100101001111111010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2BFCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2BFCC; }

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

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

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

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

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

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

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

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