#BEEEE9

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

Shades of Jagged Ice #BEEEE9

Tints of Jagged Ice #BEEEE9

Color information

#BEEEE9 (or 0xBEEEE9) is unknown color: approx Jagged Ice. HEX triplet: BE, EE and E9. RGB value is (190,238,233). Sum of RGB (Red+Green+Blue) = 190+238+233=661 (87% of max value = 765). Red value is 190 (74.61% from 255 or 28.74% from 661); Green value is 238 (93.36% from 255 or 36.01% from 661); Blue value is 233 (91.41% from 255 or 35.25% from 661); Max value from RGB is 238 - color contains mainly: green. Hex color #BEEEE9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEEEE9 is #411116. Grayscale: #DFDFDF. Windows color (decimal): -4264215 or 15331006. OLE color: 15331006.

HSL color Cylindrical-coordinate representation of color #BEEEE9: hue angle of 173.75º degrees, saturation: 0.59, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BEEEE9 is Cyan = 0.20, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.07.

Color convert

RGB190238233-
CMYK0.2000.020.07
HSL173.75º58.54%83.92%-
HSV(B)173.75º20.17%93.33%-
XYZ66.5277.9888.64-
YUV223.08133.6104.41-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 28.74%
GREEN value IS 238 (93.36% from 255) = 36.01%
BLUE value IS 233 (91.41% from 255) = 35.25%
R=28.74%
G=36.01%
B=35.25%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1902382330.2000.020.07173.7558.5483.92
HexBEEEE914027ae3b54
Octal2763563512402725673124
Binary10111110111011101110100110100010111101011101110111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEEEE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEEEE9; }

 p { color: rgb(190,238,233); }

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

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

 a { background-color: rgb(190,238,233); }

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

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

 span { border-color: rgb(190,238,233); }

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