#B7EADE

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

Shades of Water Leaf #B7EADE

Tints of Water Leaf #B7EADE

Color information

#B7EADE (or 0xB7EADE) is unknown color: approx Water Leaf. HEX triplet: B7, EA and DE. RGB value is (183,234,222). Sum of RGB (Red+Green+Blue) = 183+234+222=639 (84% of max value = 765). Red value is 183 (71.88% from 255 or 28.64% from 639); Green value is 234 (91.80% from 255 or 36.62% from 639); Blue value is 222 (87.11% from 255 or 34.74% from 639); Max value from RGB is 234 - color contains mainly: green. Hex color #B7EADE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B7EADE is #481521. Grayscale: #D9D9D9. Windows color (decimal): -4724002 or 14609079. OLE color: 14609079.

HSL color Cylindrical-coordinate representation of color #B7EADE: hue angle of 165.88º degrees, saturation: 0.55, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B7EADE is Cyan = 0.22, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.08.

Color convert

RGB183234222-
CMYK0.2200.050.08
HSL165.88º54.84%81.76%-
HSV(B)165.88º21.79%91.76%-
XYZ62.1474.1980.15-
YUV217.38130.6103.48-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 28.64%
GREEN value IS 234 (91.80% from 255) = 36.62%
BLUE value IS 222 (87.11% from 255) = 34.74%
R=28.64%
G=36.62%
B=34.74%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1832342220.2200.050.08165.8854.8481.76
HexB7EADE16058a63752
Octal26735233626051024667122
Binary1011011111101010110111101011001011000101001101101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7EADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7EADE; }

 p { color: rgb(183,234,222); }

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

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

 a { background-color: rgb(183,234,222); }

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

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

 span { border-color: rgb(183,234,222); }

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