#BEF1E1

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

Shades of Water Leaf #BEF1E1

Tints of Water Leaf #BEF1E1

Color information

#BEF1E1 (or 0xBEF1E1) is unknown color: approx Water Leaf. HEX triplet: BE, F1 and E1. RGB value is (190,241,225). Sum of RGB (Red+Green+Blue) = 190+241+225=656 (86% of max value = 765). Red value is 190 (74.61% from 255 or 28.96% from 656); Green value is 241 (94.53% from 255 or 36.74% from 656); Blue value is 225 (88.28% from 255 or 34.30% from 656); Max value from RGB is 241 - color contains mainly: green. Hex color #BEF1E1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEF1E1 is #410E1E. Grayscale: #DFDFDF. Windows color (decimal): -4263455 or 14807486. OLE color: 14807486.

HSL color Cylindrical-coordinate representation of color #BEF1E1: hue angle of 161.18º degrees, saturation: 0.65, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BEF1E1 is Cyan = 0.21, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.05.

Color convert

RGB190241225-
CMYK0.2100.070.05
HSL161.18º64.56%84.51%-
HSV(B)161.18º21.16%94.51%-
XYZ66.2879.2983.05-
YUV223.93128.6103.8-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 28.96%
GREEN value IS 241 (94.53% from 255) = 36.74%
BLUE value IS 225 (88.28% from 255) = 34.30%
R=28.96%
G=36.74%
B=34.30%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1902412250.2100.070.05161.1864.5684.51
HexBEF1E115075a14155
Octal27636134125075241101125
Binary1011111011110001111000011010101111011010000110000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEF1E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEF1E1; }

 p { color: rgb(190,241,225); }

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

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

 a { background-color: rgb(190,241,225); }

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

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

 span { border-color: rgb(190,241,225); }

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