#B7EAD8

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

Shades of Water Leaf #B7EAD8

Tints of Water Leaf #B7EAD8

Color information

#B7EAD8 (or 0xB7EAD8) is unknown color: approx Water Leaf. HEX triplet: B7, EA and D8. RGB value is (183,234,216). Sum of RGB (Red+Green+Blue) = 183+234+216=633 (83% of max value = 765). Red value is 183 (71.88% from 255 or 28.91% from 633); Green value is 234 (91.80% from 255 or 36.97% from 633); Blue value is 216 (84.77% from 255 or 34.12% from 633); Max value from RGB is 234 - color contains mainly: green. Hex color #B7EAD8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B7EAD8 is #481527. Grayscale: #D8D8D8. Windows color (decimal): -4724008 or 14215863. OLE color: 14215863.

HSL color Cylindrical-coordinate representation of color #B7EAD8: hue angle of 158.82º 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 #B7EAD8 is Cyan = 0.22, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.08.

Color convert

RGB183234216-
CMYK0.2200.080.08
HSL158.82º54.84%81.76%-
HSV(B)158.82º21.79%91.76%-
XYZ61.3573.8775.99-
YUV216.7127.6103.96-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 28.91%
GREEN value IS 234 (91.80% from 255) = 36.97%
BLUE value IS 216 (84.77% from 255) = 34.12%
R=28.91%
G=36.97%
B=34.12%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1832342160.2200.080.08158.8254.8481.76
HexB7EAD8160889f3752
Octal267352330260101023767122
Binary10110111111010101101100010110010001000100111111101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7EAD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7EAD8; }

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

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

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

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

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

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

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

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