#B1EBDA

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

Shades of Water Leaf #B1EBDA

Tints of Water Leaf #B1EBDA

Color information

#B1EBDA (or 0xB1EBDA) is unknown color: approx Water Leaf. HEX triplet: B1, EB and DA. RGB value is (177,235,218). Sum of RGB (Red+Green+Blue) = 177+235+218=630 (83% of max value = 765). Red value is 177 (69.53% from 255 or 28.10% from 630); Green value is 235 (92.19% from 255 or 37.30% from 630); Blue value is 218 (85.55% from 255 or 34.60% from 630); Max value from RGB is 235 - color contains mainly: green. Hex color #B1EBDA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1EBDA is #4E1425. Grayscale: #D7D7D7. Windows color (decimal): -5116966 or 14347185. OLE color: 14347185.

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

Color convert

RGB177235218-
CMYK0.2500.070.08
HSL162.41º59.18%80.78%-
HSV(B)162.41º24.68%92.16%-
XYZ60.4973.8377.39-
YUV215.72129.28100.38-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 28.10%
GREEN value IS 235 (92.19% from 255) = 37.30%
BLUE value IS 218 (85.55% from 255) = 34.60%
R=28.10%
G=37.30%
B=34.60%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1772352180.2500.070.08162.4159.1880.78
HexB1EBDA19078a23b51
Octal26135333231071024273121
Binary1011000111101011110110101100101111000101000101110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1EBDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1EBDA; }

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

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

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

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

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

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

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

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