Html Css Color HEX #BEF8E5 Water Leaf

📋 copy color: '#BEF8E5'

red 190 ◦ green 248 ◦ blue 229

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

Shades of Water Leaf #BEF8E5

Tints of Water Leaf #BEF8E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 34.33%

R = 28.49%
G = 37.18%
B = 34.33%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.08

 K value IS 0.03

RGB Variations

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

Color information

#BEF8E5 (or 0xBEF8E5) is known color: Water Leaf. HEX triplet: BE, F8 and E5. RGB value is (190,248,229). Sum of RGB (Red+Green+Blue) = 190+248+229=667 (88% of max value = 765). Red value is 190 (74.61% from 255 or 28.49% from 667); Green value is 248 (97.27% from 255 or 37.18% from 667); Blue value is 229 (89.84% from 255 or 34.33% from 667); Max value from RGB is 248 - color contains mainly: green. Hex color #BEF8E5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEF8E5 is #41071A. Grayscale: #E4E4E4. Windows color (decimal): -4261659 or 15071422. OLE color: 15071422.

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

Color convert

RGB 190 248 229 -
CMYK 0.23 0 0.08 0.03
HSL 160.34º 0.81% 0.86% -
HSV(B) 160.34º 0.23% 0.97% -
XYZ 68.95 83.74 86.66 -
YUV 228.49 128.28 100.54 -
System Red Green Blue C M Y K H S L
Decimal 190 248 229 0.23 0 0.08 0.03 160.34 0.81 0.86
Hex BE F8 E5 17 0 8 3 A0 51 56
Octal 276 370 345 27 0 10 3 240 121 126
Binary 10111110 11111000 11100101 10111 0 1000 11 10100000 1010001 1010110

Color Harmonies of #BEF8E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEF8E5

Black with #BEF8E5

Text Example


Text Example

White with #BEF8E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEF8E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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