#BEE3DE

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

Shades of Jagged Ice #BEE3DE

Tints of Jagged Ice #BEE3DE

Color information

#BEE3DE (or 0xBEE3DE) is unknown color: approx Jagged Ice. HEX triplet: BE, E3 and DE. RGB value is (190,227,222). Sum of RGB (Red+Green+Blue) = 190+227+222=639 (84% of max value = 765). Red value is 190 (74.61% from 255 or 29.73% from 639); Green value is 227 (89.06% from 255 or 35.52% from 639); Blue value is 222 (87.11% from 255 or 34.74% from 639); Max value from RGB is 227 - color contains mainly: green. Hex color #BEE3DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEE3DE is #411C21. Grayscale: #D7D7D7. Windows color (decimal): -4267042 or 14607294. OLE color: 14607294.

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

Color convert

RGB190227222-
CMYK0.1600.020.11
HSL171.89º39.78%81.76%-
HSV(B)171.89º16.3%89.02%-
XYZ61.8971.1679.58-
YUV215.37131.74109.91-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 29.73%
GREEN value IS 227 (89.06% from 255) = 35.52%
BLUE value IS 222 (87.11% from 255) = 34.74%
R=29.73%
G=35.52%
B=34.74%

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
Decimal1902272220.1600.020.11171.8939.7881.76
HexBEE3DE1002Bac2852
Octal27634333620021325450122
Binary101111101110001111011110100000101011101011001010001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEE3DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEE3DE; }

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

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

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

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

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

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

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

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