#BEE2DE

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

Shades of Jagged Ice #BEE2DE

Tints of Jagged Ice #BEE2DE

Color information

#BEE2DE (or 0xBEE2DE) is unknown color: approx Jagged Ice. HEX triplet: BE, E2 and DE. RGB value is (190,226,222). Sum of RGB (Red+Green+Blue) = 190+226+222=638 (84% of max value = 765). Red value is 190 (74.61% from 255 or 29.78% from 638); Green value is 226 (88.67% from 255 or 35.42% from 638); Blue value is 222 (87.11% from 255 or 34.80% from 638); Max value from RGB is 226 - color contains mainly: green. Hex color #BEE2DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEE2DE is #411D21. Grayscale: #D6D6D6. Windows color (decimal): -4267298 or 14607038. OLE color: 14607038.

HSL color Cylindrical-coordinate representation of color #BEE2DE: hue angle of 173.33º 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 #BEE2DE is Cyan = 0.16, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.11.

Color convert

RGB190226222-
CMYK0.1600.020.11
HSL173.33º38.3%81.57%-
HSV(B)173.33º15.93%88.63%-
XYZ61.6270.6179.49-
YUV214.78132.07110.33-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 29.78%
GREEN value IS 226 (88.67% from 255) = 35.42%
BLUE value IS 222 (87.11% from 255) = 34.80%
R=29.78%
G=35.42%
B=34.80%

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
Decimal1902262220.1600.020.11173.3338.381.57
HexBEE2DE1002Bad2652
Octal27634233620021325546122
Binary101111101110001011011110100000101011101011011001101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEE2DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEE2DE; }

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

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

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

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

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

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

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

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