#B3EAD8

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

Shades of Water Leaf #B3EAD8

Tints of Water Leaf #B3EAD8

Color information

#B3EAD8 (or 0xB3EAD8) is unknown color: approx Water Leaf. HEX triplet: B3, EA and D8. RGB value is (179,234,216). Sum of RGB (Red+Green+Blue) = 179+234+216=629 (83% of max value = 765). Red value is 179 (70.31% from 255 or 28.46% from 629); Green value is 234 (91.80% from 255 or 37.20% from 629); Blue value is 216 (84.77% from 255 or 34.34% from 629); Max value from RGB is 234 - color contains mainly: green. Hex color #B3EAD8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B3EAD8 is #4C1527. Grayscale: #D7D7D7. Windows color (decimal): -4986152 or 14215859. OLE color: 14215859.

HSL color Cylindrical-coordinate representation of color #B3EAD8: hue angle of 160.36º degrees, saturation: 0.57, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B3EAD8 is Cyan = 0.24, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.08.

Color convert

RGB179234216-
CMYK0.2400.080.08
HSL160.36º56.7%80.98%-
HSV(B)160.36º23.5%91.76%-
XYZ60.4173.3975.95-
YUV215.5128.28101.96-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 28.46%
GREEN value IS 234 (91.80% from 255) = 37.20%
BLUE value IS 216 (84.77% from 255) = 34.34%
R=28.46%
G=37.20%
B=34.34%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1792342160.2400.080.08160.3656.780.98
HexB3EAD818088a03951
Octal263352330300101024071121
Binary10110011111010101101100011000010001000101000001110011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3EAD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3EAD8; }

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

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

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

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

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

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

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

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