#C2BECC

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

Shades of Blue Haze #C2BECC

Tints of Blue Haze #C2BECC

Color information

#C2BECC (or 0xC2BECC) is unknown color: approx Blue Haze. HEX triplet: C2, BE and CC. RGB value is (194,190,204). Sum of RGB (Red+Green+Blue) = 194+190+204=588 (77% of max value = 765). Red value is 194 (76.17% from 255 or 32.99% from 588); Green value is 190 (74.61% from 255 or 32.31% from 588); Blue value is 204 (80.08% from 255 or 34.69% from 588); Max value from RGB is 204 - color contains mainly: blue. Hex color #C2BECC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2BECC is #3D4133. Grayscale: #C0C0C0. Windows color (decimal): -4014388 or 13418178. OLE color: 13418178.

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

Color convert

RGB194190204-
CMYK0.050.0700.2
HSL257.14º12.07%77.25%-
HSV(B)257.14º6.86%80%-
XYZ51.5652.6664.57-
YUV192.79134.33128.86-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 32.99%
GREEN value IS 190 (74.61% from 255) = 32.31%
BLUE value IS 204 (80.08% from 255) = 34.69%
R=32.99%
G=32.31%
B=34.69%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1941902040.050.0700.2257.1412.0777.25
HexC2BECC57014101c4d
Octal3022763145702440114115
Binary11000010101111101100110010111101010010000000111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2BECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2BECC; }

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

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

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

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

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

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

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

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