Html Css Color HEX #BEF0EA Jagged Ice

📋 copy color: '#BEF0EA'

red 190 ◦ green 240 ◦ blue 234

#BEF0EA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jagged Ice #BEF0EA

Tints of Jagged Ice #BEF0EA

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.8% from 255) = 35.24%

R = 28.61%
G = 36.14%
B = 35.24%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.02

 K value IS 0.06

RGB Variations

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

Color information

#BEF0EA (or 0xBEF0EA) is known color: 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

RGB 190 240 234 -
CMYK 0.21 0 0.02 0.06
HSL 172.8º 0.63% 0.84% -
HSV(B) 172.8º 0.21% 0.94% -
XYZ 67.25 79.21 89.59 -
YUV 224.37 133.44 103.49 -
System Red Green Blue C M Y K H S L
Decimal 190 240 234 0.21 0 0.02 0.06 172.8 0.63 0.84
Hex BE F0 EA 15 0 2 6 AD 3E 54
Octal 276 360 352 25 0 2 6 255 76 124
Binary 10111110 11110000 11101010 10101 0 10 110 10101101 111110 1010100

Color Harmonies of #BEF0EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEF0EA

Black with #BEF0EA

Text Example


Text Example

White with #BEF0EA

Text Example


Text Example

HTML Codes & Css Web 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>