Html Css Color HEX #BEF8EC Water Leaf

📋 copy color: '#BEF8EC'

red 190 ◦ green 248 ◦ blue 236

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

Shades of Water Leaf #BEF8EC

Tints of Water Leaf #BEF8EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 35.01%

R = 28.19%
G = 36.8%
B = 35.01%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.05

 K value IS 0.03

RGB Variations

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

Color information

#BEF8EC (or 0xBEF8EC) is known color: Water Leaf. HEX triplet: BE, F8 and EC. RGB value is (190,248,236). Sum of RGB (Red+Green+Blue) = 190+248+236=674 (89% of max value = 765). Red value is 190 (74.61% from 255 or 28.19% from 674); Green value is 248 (97.27% from 255 or 36.80% from 674); Blue value is 236 (92.58% from 255 or 35.01% from 674); Max value from RGB is 248 - color contains mainly: green. Hex color #BEF8EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEF8EC is #410713. Grayscale: #E5E5E5. Windows color (decimal): -4261652 or 15530174. OLE color: 15530174.

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

Color convert

RGB 190 248 236 -
CMYK 0.23 0 0.05 0.03
HSL 167.59º 0.81% 0.86% -
HSV(B) 167.59º 0.23% 0.97% -
XYZ 69.94 84.14 91.91 -
YUV 229.29 131.78 99.98 -
System Red Green Blue C M Y K H S L
Decimal 190 248 236 0.23 0 0.05 0.03 167.59 0.81 0.86
Hex BE F8 EC 17 0 5 3 A8 51 56
Octal 276 370 354 27 0 5 3 250 121 126
Binary 10111110 11111000 11101100 10111 0 101 11 10101000 1010001 1010110

Color Harmonies of #BEF8EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEF8EC

Black with #BEF8EC

Text Example


Text Example

White with #BEF8EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEF8EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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