Html Css Color HEX #BEF2EA Water Leaf

📋 copy color: '#BEF2EA'

red 190 ◦ green 242 ◦ blue 234

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

Shades of Water Leaf #BEF2EA

Tints of Water Leaf #BEF2EA

RGB

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

 GREEN value IS 242 (94.92% from 255) = 36.34%

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

R = 28.53%
G = 36.34%
B = 35.14%

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

#BEF2EA (or 0xBEF2EA) is known color: Water Leaf. HEX triplet: BE, F2 and EA. RGB value is (190,242,234). Sum of RGB (Red+Green+Blue) = 190+242+234=666 (88% of max value = 765). Red value is 190 (74.61% from 255 or 28.53% from 666); Green value is 242 (94.92% from 255 or 36.34% from 666); Blue value is 234 (91.80% from 255 or 35.14% from 666); Max value from RGB is 242 - color contains mainly: green. Hex color #BEF2EA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEF2EA is #410D15. Grayscale: #E1E1E1. Windows color (decimal): -4263190 or 15397566. OLE color: 15397566.

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

Color convert

RGB 190 242 234 -
CMYK 0.21 0 0.03 0.05
HSL 170.77º 0.67% 0.85% -
HSV(B) 170.77º 0.21% 0.95% -
XYZ 67.84 80.39 89.78 -
YUV 225.54 132.77 102.65 -
System Red Green Blue C M Y K H S L
Decimal 190 242 234 0.21 0 0.03 0.05 170.77 0.67 0.85
Hex BE F2 EA 15 0 3 5 AB 43 55
Octal 276 362 352 25 0 3 5 253 103 125
Binary 10111110 11110010 11101010 10101 0 11 101 10101011 1000011 1010101

Color Harmonies of #BEF2EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEF2EA

Black with #BEF2EA

Text Example


Text Example

White with #BEF2EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEF2EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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