#BEF8EE

Color #BEF8EE Water Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Water Leaf #BEF8EE

Tints of Water Leaf #BEF8EE

Color information

#BEF8EE (or 0xBEF8EE) is unknown color: approx Water Leaf. HEX triplet: BE, F8 and EE. RGB value is (190,248,238). Sum of RGB (Red+Green+Blue) = 190+248+238=676 (89% of max value = 765). Red value is 190 (74.61% from 255 or 28.11% from 676); Green value is 248 (97.27% from 255 or 36.69% from 676); Blue value is 238 (93.36% from 255 or 35.21% from 676); Max value from RGB is 248 - color contains mainly: green. Hex color #BEF8EE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEF8EE is #410711. Grayscale: #E5E5E5. Windows color (decimal): -4261650 or 15661246. OLE color: 15661246.

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

Color convert

RGB190248238-
CMYK0.2300.040.03
HSL169.66º80.56%85.88%-
HSV(B)169.66º23.39%97.25%-
XYZ70.2484.2593.45-
YUV229.52132.7899.81-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 28.11%
GREEN value IS 248 (97.27% from 255) = 36.69%
BLUE value IS 238 (93.36% from 255) = 35.21%
R=28.11%
G=36.69%
B=35.21%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1902482380.2300.040.03169.6680.5685.88
HexBEF8EE17043aa5156
Octal27637035627043252121126
Binary101111101111100011101110101110100111010101010100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEF8EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEF8EE; }

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

 H1.HeaderClassName
 {
   color: #BEF8EE;
 }
 .AnyTagClassName
 {
   color: #BEF8EE;
 }
</style>
background-color css

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

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

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

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

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

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