Html Css Color HEX #BEF8EA Water Leaf

📋 copy color: '#BEF8EA'

red 190 ◦ green 248 ◦ blue 234

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

Shades of Water Leaf #BEF8EA

Tints of Water Leaf #BEF8EA

RGB

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

 GREEN value IS 248 (97.27% from 255) = 36.9%

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

R = 28.27%
G = 36.9%
B = 34.82%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.06

 K value IS 0.03

RGB Variations

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

Color information

#BEF8EA (or 0xBEF8EA) is known color: Water Leaf. HEX triplet: BE, F8 and EA. RGB value is (190,248,234). Sum of RGB (Red+Green+Blue) = 190+248+234=672 (89% of max value = 765). Red value is 190 (74.61% from 255 or 28.27% from 672); Green value is 248 (97.27% from 255 or 36.90% from 672); Blue value is 234 (91.80% from 255 or 34.82% from 672); Max value from RGB is 248 - color contains mainly: green. Hex color #BEF8EA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEF8EA is #410715. Grayscale: #E5E5E5. Windows color (decimal): -4261654 or 15399102. OLE color: 15399102.

HSL color Cylindrical-coordinate representation of color #BEF8EA: hue angle of 165.52º degrees, saturation: 0.81, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BEF8EA is Cyan = 0.23, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.03.

Color convert

RGB 190 248 234 -
CMYK 0.23 0 0.06 0.03
HSL 165.52º 0.81% 0.86% -
HSV(B) 165.52º 0.23% 0.97% -
XYZ 69.65 84.02 90.39 -
YUV 229.06 130.78 100.14 -
System Red Green Blue C M Y K H S L
Decimal 190 248 234 0.23 0 0.06 0.03 165.52 0.81 0.86
Hex BE F8 EA 17 0 6 3 A6 51 56
Octal 276 370 352 27 0 6 3 246 121 126
Binary 10111110 11111000 11101010 10111 0 110 11 10100110 1010001 1010110

Color Harmonies of #BEF8EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEF8EA

Black with #BEF8EA

Text Example


Text Example

White with #BEF8EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEF8EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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