#BEEFE3

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

Shades of Water Leaf #BEEFE3

Tints of Water Leaf #BEEFE3

Color information

#BEEFE3 (or 0xBEEFE3) is unknown color: approx Water Leaf. HEX triplet: BE, EF and E3. RGB value is (190,239,227). Sum of RGB (Red+Green+Blue) = 190+239+227=656 (86% of max value = 765). Red value is 190 (74.61% from 255 or 28.96% from 656); Green value is 239 (93.75% from 255 or 36.43% from 656); Blue value is 227 (89.06% from 255 or 34.60% from 656); Max value from RGB is 239 - color contains mainly: green. Hex color #BEEFE3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEEFE3 is #41101C. Grayscale: #DEDEDE. Windows color (decimal): -4263965 or 14938046. OLE color: 14938046.

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

Color convert

RGB190239227-
CMYK0.2100.050.06
HSL165.31º60.49%84.12%-
HSV(B)165.31º20.5%93.73%-
XYZ65.9778.2384.3-
YUV222.98130.27104.48-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 28.96%
GREEN value IS 239 (93.75% from 255) = 36.43%
BLUE value IS 227 (89.06% from 255) = 34.60%
R=28.96%
G=36.43%
B=34.60%

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
Decimal1902392270.2100.050.06165.3160.4984.12
HexBEEFE315056a53c54
Octal2763573432505624574124
Binary101111101110111111100011101010101110101001011111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEEFE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEEFE3; }

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

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

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

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

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

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

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

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