#BEF0E9

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

Shades of Jagged Ice #BEF0E9

Tints of Jagged Ice #BEF0E9

Color information

#BEF0E9 (or 0xBEF0E9) is unknown color: approx Jagged Ice. HEX triplet: BE, F0 and E9. RGB value is (190,240,233). Sum of RGB (Red+Green+Blue) = 190+240+233=663 (87% of max value = 765). Red value is 190 (74.61% from 255 or 28.66% from 663); Green value is 240 (94.14% from 255 or 36.20% from 663); Blue value is 233 (91.41% from 255 or 35.14% from 663); Max value from RGB is 240 - color contains mainly: green. Hex color #BEF0E9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEF0E9 is #410F16. Grayscale: #E0E0E0. Windows color (decimal): -4263703 or 15331518. OLE color: 15331518.

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

Color convert

RGB190240233-
CMYK0.2100.030.06
HSL171.6º62.5%84.31%-
HSV(B)171.6º20.83%94.12%-
XYZ67.179.1588.83-
YUV224.25132.94103.57-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 28.66%
GREEN value IS 240 (94.14% from 255) = 36.20%
BLUE value IS 233 (91.41% from 255) = 35.14%
R=28.66%
G=36.20%
B=35.14%

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
Decimal1902402330.2100.030.06171.662.584.31
HexBEF0E915036ac3e54
Octal2763603512503625476124
Binary10111110111100001110100110101011110101011001111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEF0E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEF0E9; }

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

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

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

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

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

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

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

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