Html Css Color HEX #BEF8ED Water Leaf

📋 copy color: '#BEF8ED'

red 190 ◦ green 248 ◦ blue 237

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

Shades of Water Leaf #BEF8ED

Tints of Water Leaf #BEF8ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 35.11%

R = 28.15%
G = 36.74%
B = 35.11%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.04

 K value IS 0.03

RGB Variations

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

Color information

#BEF8ED (or 0xBEF8ED) is known color: Water Leaf. HEX triplet: BE, F8 and ED. RGB value is (190,248,237). Sum of RGB (Red+Green+Blue) = 190+248+237=675 (89% of max value = 765). Red value is 190 (74.61% from 255 or 28.15% from 675); Green value is 248 (97.27% from 255 or 36.74% from 675); Blue value is 237 (92.97% from 255 or 35.11% from 675); Max value from RGB is 248 - color contains mainly: green. Hex color #BEF8ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEF8ED is #410712. Grayscale: #E5E5E5. Windows color (decimal): -4261651 or 15595710. OLE color: 15595710.

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

Color convert

RGB 190 248 237 -
CMYK 0.23 0 0.04 0.03
HSL 168.62º 0.81% 0.86% -
HSV(B) 168.62º 0.23% 0.97% -
XYZ 70.09 84.2 92.68 -
YUV 229.4 132.28 99.89 -
System Red Green Blue C M Y K H S L
Decimal 190 248 237 0.23 0 0.04 0.03 168.62 0.81 0.86
Hex BE F8 ED 17 0 4 3 A9 51 56
Octal 276 370 355 27 0 4 3 251 121 126
Binary 10111110 11111000 11101101 10111 0 100 11 10101001 1010001 1010110

Color Harmonies of #BEF8ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEF8ED

Black with #BEF8ED

Text Example


Text Example

White with #BEF8ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEF8ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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