#B3EDD8

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

Shades of Water Leaf #B3EDD8

Tints of Water Leaf #B3EDD8

Color information

#B3EDD8 (or 0xB3EDD8) is unknown color: approx Water Leaf. HEX triplet: B3, ED and D8. RGB value is (179,237,216). Sum of RGB (Red+Green+Blue) = 179+237+216=632 (83% of max value = 765). Red value is 179 (70.31% from 255 or 28.32% from 632); Green value is 237 (92.97% from 255 or 37.5% from 632); Blue value is 216 (84.77% from 255 or 34.18% from 632); Max value from RGB is 237 - color contains mainly: green. Hex color #B3EDD8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B3EDD8 is #4C1227. Grayscale: #D9D9D9. Windows color (decimal): -4985384 or 14216627. OLE color: 14216627.

HSL color Cylindrical-coordinate representation of color #B3EDD8: hue angle of 158.28º degrees, saturation: 0.62, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B3EDD8 is Cyan = 0.24, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.07.

Color convert

RGB179237216-
CMYK0.2400.090.07
HSL158.28º61.7%81.57%-
HSV(B)158.28º24.47%92.94%-
XYZ61.2775.1176.23-
YUV217.26127.28100.71-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 28.32%
GREEN value IS 237 (92.97% from 255) = 37.5%
BLUE value IS 216 (84.77% from 255) = 34.18%
R=28.32%
G=37.5%
B=34.18%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1792372160.2400.090.07158.2861.781.57
HexB3EDD8180979e3e52
Octal26335533030011723676122
Binary1011001111101101110110001100001001111100111101111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3EDD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3EDD8; }

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

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

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

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

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

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

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

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