#BEEFE7

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

Shades of Water Leaf #BEEFE7

Tints of Water Leaf #BEEFE7

Color information

#BEEFE7 (or 0xBEEFE7) is unknown color: approx Water Leaf. HEX triplet: BE, EF and E7. RGB value is (190,239,231). Sum of RGB (Red+Green+Blue) = 190+239+231=660 (87% of max value = 765). Red value is 190 (74.61% from 255 or 28.79% from 660); Green value is 239 (93.75% from 255 or 36.21% from 660); Blue value is 231 (90.62% from 255 or 35% from 660); Max value from RGB is 239 - color contains mainly: green. Hex color #BEEFE7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEEFE7 is #411018. Grayscale: #DFDFDF. Windows color (decimal): -4263961 or 15200190. OLE color: 15200190.

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

Color convert

RGB190239231-
CMYK0.2100.030.06
HSL170.2º60.49%84.12%-
HSV(B)170.2º20.5%93.73%-
XYZ66.5378.4587.24-
YUV223.44132.27104.15-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 28.79%
GREEN value IS 239 (93.75% from 255) = 36.21%
BLUE value IS 231 (90.62% from 255) = 35%
R=28.79%
G=36.21%
B=35%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1902392310.2100.030.06170.260.4984.12
HexBEEFE715036aa3c54
Octal2763573472503625274124
Binary10111110111011111110011110101011110101010101111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEEFE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEEFE7; }

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

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

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

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

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

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

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

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