#C2BED1

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

Shades of Blue Haze #C2BED1

Tints of Blue Haze #C2BED1

Color information

#C2BED1 (or 0xC2BED1) is unknown color: approx Blue Haze. HEX triplet: C2, BE and D1. RGB value is (194,190,209). Sum of RGB (Red+Green+Blue) = 194+190+209=593 (78% of max value = 765). Red value is 194 (76.17% from 255 or 32.72% from 593); Green value is 190 (74.61% from 255 or 32.04% from 593); Blue value is 209 (82.03% from 255 or 35.24% from 593); Max value from RGB is 209 - color contains mainly: blue. Hex color #C2BED1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2BED1 is #3D412E. Grayscale: #C1C1C1. Windows color (decimal): -4014383 or 13745858. OLE color: 13745858.

HSL color Cylindrical-coordinate representation of color #C2BED1: hue angle of 252.63º degrees, saturation: 0.17, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C2BED1 is Cyan = 0.07, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB194190209-
CMYK0.070.0900.18
HSL252.63º17.12%78.24%-
HSV(B)252.63º9.09%81.96%-
XYZ52.1752.967.78-
YUV193.36136.83128.46-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 32.72%
GREEN value IS 190 (74.61% from 255) = 32.04%
BLUE value IS 209 (82.03% from 255) = 35.24%
R=32.72%
G=32.04%
B=35.24%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1941902090.070.0900.18252.6317.1278.24
HexC2BED179012fd114e
Octal30227632171102237521116
Binary110000101011111011010001111100101001011111101100011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2BED1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2BED1; }

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

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

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

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

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

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

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

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