#B1EBD8

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

Shades of Water Leaf #B1EBD8

Tints of Water Leaf #B1EBD8

Color information

#B1EBD8 (or 0xB1EBD8) is unknown color: approx Water Leaf. HEX triplet: B1, EB and D8. RGB value is (177,235,216). Sum of RGB (Red+Green+Blue) = 177+235+216=628 (83% of max value = 765). Red value is 177 (69.53% from 255 or 28.18% from 628); Green value is 235 (92.19% from 255 or 37.42% from 628); Blue value is 216 (84.77% from 255 or 34.39% from 628); Max value from RGB is 235 - color contains mainly: green. Hex color #B1EBD8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1EBD8 is #4E1427. Grayscale: #D7D7D7. Windows color (decimal): -5116968 or 14216113. OLE color: 14216113.

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

Color convert

RGB177235216-
CMYK0.2500.080.08
HSL160.34º59.18%80.78%-
HSV(B)160.34º24.68%92.16%-
XYZ60.2373.7276.02-
YUV215.49128.28100.54-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 28.18%
GREEN value IS 235 (92.19% from 255) = 37.42%
BLUE value IS 216 (84.77% from 255) = 34.39%
R=28.18%
G=37.42%
B=34.39%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1772352160.2500.080.08160.3459.1880.78
HexB1EBD819088a03b51
Octal261353330310101024073121
Binary10110001111010111101100011001010001000101000001110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1EBD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1EBD8; }

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

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

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

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

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

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

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

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