#BEEFE2

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

Shades of Water Leaf #BEEFE2

Tints of Water Leaf #BEEFE2

Color information

#BEEFE2 (or 0xBEEFE2) is unknown color: approx Water Leaf. HEX triplet: BE, EF and E2. RGB value is (190,239,226). Sum of RGB (Red+Green+Blue) = 190+239+226=655 (86% of max value = 765). Red value is 190 (74.61% from 255 or 29.01% from 655); Green value is 239 (93.75% from 255 or 36.49% from 655); Blue value is 226 (88.67% from 255 or 34.50% from 655); Max value from RGB is 239 - color contains mainly: green. Hex color #BEEFE2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEEFE2 is #41101D. Grayscale: #DEDEDE. Windows color (decimal): -4263966 or 14872510. OLE color: 14872510.

HSL color Cylindrical-coordinate representation of color #BEEFE2: hue angle of 164.08º degrees, saturation: 0.6, 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 #BEEFE2 is Cyan = 0.21, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.06.

Color convert

RGB190239226-
CMYK0.2100.050.06
HSL164.08º60.49%84.12%-
HSV(B)164.08º20.5%93.73%-
XYZ65.8378.1783.57-
YUV222.87129.77104.56-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 29.01%
GREEN value IS 239 (93.75% from 255) = 36.49%
BLUE value IS 226 (88.67% from 255) = 34.50%
R=29.01%
G=36.49%
B=34.50%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1902392260.2100.050.06164.0860.4984.12
HexBEEFE215056a43c54
Octal2763573422505624474124
Binary101111101110111111100010101010101110101001001111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEEFE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEEFE2; }

 p { color: rgb(190,239,226); }

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

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

 a { background-color: rgb(190,239,226); }

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

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

 span { border-color: rgb(190,239,226); }

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