#BEE2DD

Color #BEE2DD Jagged Ice (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jagged Ice #BEE2DD

Tints of Jagged Ice #BEE2DD

Color information

#BEE2DD (or 0xBEE2DD) is unknown color: approx Jagged Ice. HEX triplet: BE, E2 and DD. RGB value is (190,226,221). Sum of RGB (Red+Green+Blue) = 190+226+221=637 (84% of max value = 765). Red value is 190 (74.61% from 255 or 29.83% from 637); Green value is 226 (88.67% from 255 or 35.48% from 637); Blue value is 221 (86.72% from 255 or 34.69% from 637); Max value from RGB is 226 - color contains mainly: green. Hex color #BEE2DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEE2DD is #411D22. Grayscale: #D6D6D6. Windows color (decimal): -4267299 or 14541502. OLE color: 14541502.

HSL color Cylindrical-coordinate representation of color #BEE2DD: hue angle of 171.67º degrees, saturation: 0.38, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BEE2DD is Cyan = 0.16, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.11.

Color convert

RGB190226221-
CMYK0.1600.020.11
HSL171.67º38.3%81.57%-
HSV(B)171.67º15.93%88.63%-
XYZ61.4870.5678.79-
YUV214.67131.57110.41-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 29.83%
GREEN value IS 226 (88.67% from 255) = 35.48%
BLUE value IS 221 (86.72% from 255) = 34.69%
R=29.83%
G=35.48%
B=34.69%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1902262210.1600.020.11171.6738.381.57
HexBEE2DD1002Bac2652
Octal27634233520021325446122
Binary101111101110001011011101100000101011101011001001101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEE2DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEE2DD; }

 p { color: rgb(190,226,221); }

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

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

 a { background-color: rgb(190,226,221); }

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

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

 span { border-color: rgb(190,226,221); }

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