#B1EDD8

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

Shades of Water Leaf #B1EDD8

Tints of Water Leaf #B1EDD8

Color information

#B1EDD8 (or 0xB1EDD8) is unknown color: approx Water Leaf. HEX triplet: B1, ED and D8. RGB value is (177,237,216). Sum of RGB (Red+Green+Blue) = 177+237+216=630 (83% of max value = 765). Red value is 177 (69.53% from 255 or 28.10% from 630); Green value is 237 (92.97% from 255 or 37.62% from 630); Blue value is 216 (84.77% from 255 or 34.29% from 630); Max value from RGB is 237 - color contains mainly: green. Hex color #B1EDD8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1EDD8 is #4E1227. Grayscale: #D8D8D8. Windows color (decimal): -5116456 or 14216625. OLE color: 14216625.

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

Color convert

RGB177237216-
CMYK0.2500.090.07
HSL159º62.5%81.18%-
HSV(B)159º25.32%92.94%-
XYZ60.8174.8776.21-
YUV216.67127.6299.71-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 28.10%
GREEN value IS 237 (92.97% from 255) = 37.62%
BLUE value IS 216 (84.77% from 255) = 34.29%
R=28.10%
G=37.62%
B=34.29%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1772372160.2500.090.0715962.581.18
HexB1EDD8190979f3e51
Octal26135533031011723776121
Binary1011000111101101110110001100101001111100111111111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1EDD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1EDD8; }

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

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

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

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

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

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

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

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