#BEEFE9

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

Shades of Jagged Ice #BEEFE9

Tints of Jagged Ice #BEEFE9

Color information

#BEEFE9 (or 0xBEEFE9) is unknown color: approx Jagged Ice. HEX triplet: BE, EF and E9. RGB value is (190,239,233). Sum of RGB (Red+Green+Blue) = 190+239+233=662 (87% of max value = 765). Red value is 190 (74.61% from 255 or 28.70% from 662); Green value is 239 (93.75% from 255 or 36.10% from 662); Blue value is 233 (91.41% from 255 or 35.20% from 662); Max value from RGB is 239 - color contains mainly: green. Hex color #BEEFE9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEEFE9 is #411016. Grayscale: #DFDFDF. Windows color (decimal): -4263959 or 15331262. OLE color: 15331262.

HSL color Cylindrical-coordinate representation of color #BEEFE9: hue angle of 172.65º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BEEFE9 is Cyan = 0.21, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.06.

Color convert

RGB190239233-
CMYK0.2100.030.06
HSL172.65º60.49%84.12%-
HSV(B)172.65º20.5%93.73%-
XYZ66.8178.5688.73-
YUV223.66133.27103.99-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 28.70%
GREEN value IS 239 (93.75% from 255) = 36.10%
BLUE value IS 233 (91.41% from 255) = 35.20%
R=28.70%
G=36.10%
B=35.20%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1902392330.2100.030.06172.6560.4984.12
HexBEEFE915036ad3c54
Octal2763573512503625574124
Binary10111110111011111110100110101011110101011011111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEEFE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEEFE9; }

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

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

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

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

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

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

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

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