#B3EDD9

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

Shades of Water Leaf #B3EDD9

Tints of Water Leaf #B3EDD9

Color information

#B3EDD9 (or 0xB3EDD9) is unknown color: approx Water Leaf. HEX triplet: B3, ED and D9. RGB value is (179,237,217). Sum of RGB (Red+Green+Blue) = 179+237+217=633 (83% of max value = 765). Red value is 179 (70.31% from 255 or 28.28% from 633); Green value is 237 (92.97% from 255 or 37.44% from 633); Blue value is 217 (85.16% from 255 or 34.28% from 633); Max value from RGB is 237 - color contains mainly: green. Hex color #B3EDD9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B3EDD9 is #4C1226. Grayscale: #D9D9D9. Windows color (decimal): -4985383 or 14282163. OLE color: 14282163.

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

Color convert

RGB179237217-
CMYK0.2400.080.07
HSL159.31º61.7%81.57%-
HSV(B)159.31º24.47%92.94%-
XYZ61.475.1676.92-
YUV217.38127.78100.63-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 28.28%
GREEN value IS 237 (92.97% from 255) = 37.44%
BLUE value IS 217 (85.16% from 255) = 34.28%
R=28.28%
G=37.44%
B=34.28%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1792372170.2400.080.07159.3161.781.57
HexB3EDD9180879f3e52
Octal26335533130010723776122
Binary1011001111101101110110011100001000111100111111111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3EDD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3EDD9; }

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

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

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

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

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

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

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

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