Html Css Color HEX #BEF8E8 Water Leaf

📋 copy color: '#BEF8E8'

red 190 ◦ green 248 ◦ blue 232

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

Shades of Water Leaf #BEF8E8

Tints of Water Leaf #BEF8E8

RGB

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

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

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

R = 28.36%
G = 37.01%
B = 34.63%

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

#BEF8E8 (or 0xBEF8E8) is known color: Water Leaf. HEX triplet: BE, F8 and E8. RGB value is (190,248,232). Sum of RGB (Red+Green+Blue) = 190+248+232=670 (88% of max value = 765). Red value is 190 (74.61% from 255 or 28.36% from 670); Green value is 248 (97.27% from 255 or 37.01% from 670); Blue value is 232 (91.02% from 255 or 34.63% from 670); Max value from RGB is 248 - color contains mainly: green. Hex color #BEF8E8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEF8E8 is #410717. Grayscale: #E4E4E4. Windows color (decimal): -4261656 or 15268030. OLE color: 15268030.

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

Color convert

RGB 190 248 232 -
CMYK 0.23 0 0.06 0.03
HSL 163.45º 0.81% 0.86% -
HSV(B) 163.45º 0.23% 0.97% -
XYZ 69.37 83.91 88.88 -
YUV 228.83 129.78 100.3 -
System Red Green Blue C M Y K H S L
Decimal 190 248 232 0.23 0 0.06 0.03 163.45 0.81 0.86
Hex BE F8 E8 17 0 6 3 A3 51 56
Octal 276 370 350 27 0 6 3 243 121 126
Binary 10111110 11111000 11101000 10111 0 110 11 10100011 1010001 1010110

Color Harmonies of #BEF8E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEF8E8

Black with #BEF8E8

Text Example


Text Example

White with #BEF8E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEF8E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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