#BEF0EA

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

Shades of Jagged Ice #BEF0EA

Tints of Jagged Ice #BEF0EA

Color information

#BEF0EA (or 0xBEF0EA) is unknown color: approx Jagged Ice. HEX triplet: BE, F0 and EA. RGB value is (190,240,234). Sum of RGB (Red+Green+Blue) = 190+240+234=664 (87% of max value = 765). Red value is 190 (74.61% from 255 or 28.61% from 664); Green value is 240 (94.14% from 255 or 36.14% from 664); Blue value is 234 (91.80% from 255 or 35.24% from 664); Max value from RGB is 240 - color contains mainly: green. Hex color #BEF0EA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEF0EA is #410F15. Grayscale: #E0E0E0. Windows color (decimal): -4263702 or 15397054. OLE color: 15397054.

HSL color Cylindrical-coordinate representation of color #BEF0EA: hue angle of 172.8º degrees, saturation: 0.62, 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 #BEF0EA is Cyan = 0.21, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.06.

Color convert

RGB190240234-
CMYK0.2100.020.06
HSL172.8º62.5%84.31%-
HSV(B)172.8º20.83%94.12%-
XYZ67.2579.2189.59-
YUV224.37133.44103.49-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 28.61%
GREEN value IS 240 (94.14% from 255) = 36.14%
BLUE value IS 234 (91.80% from 255) = 35.24%
R=28.61%
G=36.14%
B=35.24%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1902402340.2100.020.06172.862.584.31
HexBEF0EA15026ad3e54
Octal2763603522502625576124
Binary10111110111100001110101010101010110101011011111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEF0EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEF0EA; }

 p { color: rgb(190,240,234); }

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

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

 a { background-color: rgb(190,240,234); }

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

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

 span { border-color: rgb(190,240,234); }

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