#BEE2E0

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

Shades of Jagged Ice #BEE2E0

Tints of Jagged Ice #BEE2E0

Color information

#BEE2E0 (or 0xBEE2E0) is unknown color: approx Jagged Ice. HEX triplet: BE, E2 and E0. RGB value is (190,226,224). Sum of RGB (Red+Green+Blue) = 190+226+224=640 (84% of max value = 765). Red value is 190 (74.61% from 255 or 29.69% from 640); Green value is 226 (88.67% from 255 or 35.31% from 640); Blue value is 224 (87.89% from 255 or 35% from 640); Max value from RGB is 226 - color contains mainly: green. Hex color #BEE2E0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEE2E0 is #411D1F. Grayscale: #D6D6D6. Windows color (decimal): -4267296 or 14738110. OLE color: 14738110.

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

Color convert

RGB190226224-
CMYK0.1600.010.11
HSL176.67º38.3%81.57%-
HSV(B)176.67º15.93%88.63%-
XYZ61.8970.7280.91-
YUV215.01133.07110.16-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 29.69%
GREEN value IS 226 (88.67% from 255) = 35.31%
BLUE value IS 224 (87.89% from 255) = 35%
R=29.69%
G=35.31%
B=35%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1902262240.1600.010.11176.6738.381.57
HexBEE2E01001Bb12652
Octal27634234020011326146122
Binary10111110111000101110000010000011011101100011001101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEE2E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEE2E0; }

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

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

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

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

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

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

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

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