#bef2eb

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

Shades of Jagged Ice #BEF2EB

Tints of Jagged Ice #BEF2EB

Color information

#BEF2EB (or 0xBEF2EB) is unknown color: approx Jagged Ice. HEX triplet: BE, F2 and EB. RGB value is (190,242,235). Sum of RGB (Red+Green+Blue) = 190+242+235=667 (88% of max value = 765). Red value is 190 (74.61% from 255 or 28.49% from 667); Green value is 242 (94.92% from 255 or 36.28% from 667); Blue value is 235 (92.19% from 255 or 35.23% from 667); Max value from RGB is 242 - color contains mainly: green. Hex color #BEF2EB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEF2EB is #410D14. Grayscale: #E1E1E1. Windows color (decimal): -4263189 or 15463102. OLE color: 15463102.

HSL color Cylindrical-coordinate representation of color #BEF2EB: hue angle of 171.92º degrees, saturation: 0.67, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BEF2EB is Cyan = 0.21, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.05.

Color convert

RGB190242235-
CMYK0.2100.030.05
HSL171.92º66.67%84.71%-
HSV(B)171.92º21.49%94.9%-
XYZ67.9880.4590.54-
YUV225.65133.27102.57-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 28.49%
GREEN value IS 242 (94.92% from 255) = 36.28%
BLUE value IS 235 (92.19% from 255) = 35.23%
R=28.49%
G=36.28%
B=35.23%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1902422350.2100.030.05171.9266.6784.71
HexBEF2EB15035ac4355
Octal27636235325035254103125
Binary101111101111001011101011101010111011010110010000111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bef2eb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bef2eb; }

 p { color: rgb(190,242,235); }

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

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

 a { background-color: rgb(190,242,235); }

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

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

 span { border-color: rgb(190,242,235); }

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