#BEE1DE

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

Shades of Jagged Ice #BEE1DE

Tints of Jagged Ice #BEE1DE

Color information

#BEE1DE (or 0xBEE1DE) is unknown color: approx Jagged Ice. HEX triplet: BE, E1 and DE. RGB value is (190,225,222). Sum of RGB (Red+Green+Blue) = 190+225+222=637 (84% of max value = 765). Red value is 190 (74.61% from 255 or 29.83% from 637); Green value is 225 (88.28% from 255 or 35.32% from 637); Blue value is 222 (87.11% from 255 or 34.85% from 637); Max value from RGB is 225 - color contains mainly: green. Hex color #BEE1DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEE1DE is #411E21. Grayscale: #D6D6D6. Windows color (decimal): -4267554 or 14606782. OLE color: 14606782.

HSL color Cylindrical-coordinate representation of color #BEE1DE: hue angle of 174.86º degrees, saturation: 0.37, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BEE1DE is Cyan = 0.16, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.12.

Color convert

RGB190225222-
CMYK0.1600.010.12
HSL174.86º36.84%81.37%-
HSV(B)174.86º15.56%88.24%-
XYZ61.3570.0779.4-
YUV214.19132.4110.74-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 29.83%
GREEN value IS 225 (88.28% from 255) = 35.32%
BLUE value IS 222 (87.11% from 255) = 34.85%
R=29.83%
G=35.32%
B=34.85%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1902252220.1600.010.12174.8636.8481.37
HexBEE1DE1001Caf2551
Octal27634133620011425745121
Binary10111110111000011101111010000011100101011111001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEE1DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEE1DE; }

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

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

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

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

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

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

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

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