#BEEFE6

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

Shades of Water Leaf #BEEFE6

Tints of Water Leaf #BEEFE6

Color information

#BEEFE6 (or 0xBEEFE6) is unknown color: approx Water Leaf. HEX triplet: BE, EF and E6. RGB value is (190,239,230). Sum of RGB (Red+Green+Blue) = 190+239+230=659 (87% of max value = 765). Red value is 190 (74.61% from 255 or 28.83% from 659); Green value is 239 (93.75% from 255 or 36.27% from 659); Blue value is 230 (90.23% from 255 or 34.90% from 659); Max value from RGB is 239 - color contains mainly: green. Hex color #BEEFE6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEEFE6 is #411019. Grayscale: #DFDFDF. Windows color (decimal): -4263962 or 15134654. OLE color: 15134654.

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

Color convert

RGB190239230-
CMYK0.2100.040.06
HSL168.98º60.49%84.12%-
HSV(B)168.98º20.5%93.73%-
XYZ66.3878.3986.5-
YUV223.32131.77104.23-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 28.83%
GREEN value IS 239 (93.75% from 255) = 36.27%
BLUE value IS 230 (90.23% from 255) = 34.90%
R=28.83%
G=36.27%
B=34.90%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1902392300.2100.040.06168.9860.4984.12
HexBEEFE615046a93c54
Octal2763573462504625174124
Binary101111101110111111100110101010100110101010011111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEEFE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEEFE6; }

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

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

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

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

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

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

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

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