Html Css Color HEX #BEF9E8 Water Leaf

📋 copy color: '#BEF9E8'

red 190 ◦ green 249 ◦ blue 232

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

Shades of Water Leaf #BEF9E8

Tints of Water Leaf #BEF9E8

RGB

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

 GREEN value IS 249 (97.66% from 255) = 37.11%

 BLUE value IS 232 (91.02% from 255) = 34.58%

R = 28.32%
G = 37.11%
B = 34.58%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.07

 K value IS 0.02

RGB Variations

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

Color information

#BEF9E8 (or 0xBEF9E8) is known color: Water Leaf. HEX triplet: BE, F9 and E8. RGB value is (190,249,232). Sum of RGB (Red+Green+Blue) = 190+249+232=671 (88% of max value = 765). Red value is 190 (74.61% from 255 or 28.32% from 671); Green value is 249 (97.66% from 255 or 37.11% from 671); Blue value is 232 (91.02% from 255 or 34.58% from 671); Max value from RGB is 249 - color contains mainly: green. Hex color #BEF9E8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEF9E8 is #410617. Grayscale: #E5E5E5. Windows color (decimal): -4261400 or 15268286. OLE color: 15268286.

HSL color Cylindrical-coordinate representation of color #BEF9E8: hue angle of 162.71º degrees, saturation: 0.83, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BEF9E8 is Cyan = 0.24, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.02.

Color convert

RGB 190 249 232 -
CMYK 0.24 0 0.07 0.02
HSL 162.71º 0.83% 0.86% -
HSV(B) 162.71º 0.24% 0.98% -
XYZ 69.68 84.52 88.99 -
YUV 229.42 129.45 99.88 -
System Red Green Blue C M Y K H S L
Decimal 190 249 232 0.24 0 0.07 0.02 162.71 0.83 0.86
Hex BE F9 E8 18 0 7 2 A3 53 56
Octal 276 371 350 30 0 7 2 243 123 126
Binary 10111110 11111001 11101000 11000 0 111 10 10100011 1010011 1010110

Color Harmonies of #BEF9E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEF9E8

Black with #BEF9E8

Text Example


Text Example

White with #BEF9E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEF9E8; }

 p { color: rgb(190,249,232); }

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

background-color css

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

 a { background-color: rgb(190,249,232); }

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

border-color css

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

 span { border-color: rgb(190,249,232); }

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