#C2BECF

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

Shades of Blue Haze #C2BECF

Tints of Blue Haze #C2BECF

Color information

#C2BECF (or 0xC2BECF) is unknown color: approx Blue Haze. HEX triplet: C2, BE and CF. RGB value is (194,190,207). Sum of RGB (Red+Green+Blue) = 194+190+207=591 (78% of max value = 765). Red value is 194 (76.17% from 255 or 32.83% from 591); Green value is 190 (74.61% from 255 or 32.15% from 591); Blue value is 207 (81.25% from 255 or 35.03% from 591); Max value from RGB is 207 - color contains mainly: blue. Hex color #C2BECF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2BECF is #3D4130. Grayscale: #C1C1C1. Windows color (decimal): -4014385 or 13614786. OLE color: 13614786.

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

Color convert

RGB194190207-
CMYK0.060.0800.19
HSL254.12º15.04%77.84%-
HSV(B)254.12º8.21%81.18%-
XYZ51.9252.866.49-
YUV193.13135.83128.62-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 32.83%
GREEN value IS 190 (74.61% from 255) = 32.15%
BLUE value IS 207 (81.25% from 255) = 35.03%
R=32.83%
G=32.15%
B=35.03%

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
Decimal1941902070.060.0800.19254.1215.0477.84
HexC2BECF68013fef4e
Octal30227631761002337617116
Binary11000010101111101100111111010000100111111111011111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2BECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2BECF; }

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

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

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

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

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

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

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

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