#BEF0E0

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

Shades of Water Leaf #BEF0E0

Tints of Water Leaf #BEF0E0

Color information

#BEF0E0 (or 0xBEF0E0) is unknown color: approx Water Leaf. HEX triplet: BE, F0 and E0. RGB value is (190,240,224). Sum of RGB (Red+Green+Blue) = 190+240+224=654 (86% of max value = 765). Red value is 190 (74.61% from 255 or 29.05% from 654); Green value is 240 (94.14% from 255 or 36.70% from 654); Blue value is 224 (87.89% from 255 or 34.25% from 654); Max value from RGB is 240 - color contains mainly: green. Hex color #BEF0E0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEF0E0 is #410F1F. Grayscale: #DFDFDF. Windows color (decimal): -4263712 or 14741694. OLE color: 14741694.

HSL color Cylindrical-coordinate representation of color #BEF0E0: hue angle of 160.8º degrees, saturation: 0.62, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BEF0E0 is Cyan = 0.21, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.06.

Color convert

RGB190240224-
CMYK0.2100.070.06
HSL160.8º62.5%84.31%-
HSV(B)160.8º20.83%94.12%-
XYZ65.8578.6582.23-
YUV223.23128.44104.3-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 29.05%
GREEN value IS 240 (94.14% from 255) = 36.70%
BLUE value IS 224 (87.89% from 255) = 34.25%
R=29.05%
G=36.70%
B=34.25%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1902402240.2100.070.06160.862.584.31
HexBEF0E015076a13e54
Octal2763603402507624176124
Binary101111101111000011100000101010111110101000011111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEF0E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEF0E0; }

 p { color: rgb(190,240,224); }

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

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

 a { background-color: rgb(190,240,224); }

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

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

 span { border-color: rgb(190,240,224); }

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