Html Css Color HEX #BEF1EA Jagged Ice

📋 copy color: '#BEF1EA'

red 190 ◦ green 241 ◦ blue 234

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

Shades of Jagged Ice #BEF1EA

Tints of Jagged Ice #BEF1EA

RGB

 RED value IS 190 (74.61% from 255) = 28.57%

 GREEN value IS 241 (94.53% from 255) = 36.24%

 BLUE value IS 234 (91.8% from 255) = 35.19%

R = 28.57%
G = 36.24%
B = 35.19%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.03

 K value IS 0.05

RGB Variations

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

Color information

#BEF1EA (or 0xBEF1EA) is known color: Jagged Ice. HEX triplet: BE, F1 and EA. RGB value is (190,241,234). Sum of RGB (Red+Green+Blue) = 190+241+234=665 (88% of max value = 765). Red value is 190 (74.61% from 255 or 28.57% from 665); Green value is 241 (94.53% from 255 or 36.24% from 665); Blue value is 234 (91.80% from 255 or 35.19% from 665); Max value from RGB is 241 - color contains mainly: green. Hex color #BEF1EA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEF1EA is #410E15. Grayscale: #E0E0E0. Windows color (decimal): -4263446 or 15397310. OLE color: 15397310.

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

Color convert

RGB 190 241 234 -
CMYK 0.21 0 0.03 0.05
HSL 171.76º 0.65% 0.85% -
HSV(B) 171.76º 0.21% 0.95% -
XYZ 67.54 79.8 89.68 -
YUV 224.95 133.1 103.07 -
System Red Green Blue C M Y K H S L
Decimal 190 241 234 0.21 0 0.03 0.05 171.76 0.65 0.85
Hex BE F1 EA 15 0 3 5 AC 41 55
Octal 276 361 352 25 0 3 5 254 101 125
Binary 10111110 11110001 11101010 10101 0 11 101 10101100 1000001 1010101

Color Harmonies of #BEF1EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEF1EA

Black with #BEF1EA

Text Example


Text Example

White with #BEF1EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEF1EA; }

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

 H1.HeaderClassName
 {
   color: #BEF1EA;
 }
 .AnyTagClassName
 {
   color: #BEF1EA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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