#B1EBE1

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

Shades of Water Leaf #B1EBE1

Tints of Water Leaf #B1EBE1

Color information

#B1EBE1 (or 0xB1EBE1) is unknown color: approx Water Leaf. HEX triplet: B1, EB and E1. RGB value is (177,235,225). Sum of RGB (Red+Green+Blue) = 177+235+225=637 (84% of max value = 765). Red value is 177 (69.53% from 255 or 27.79% from 637); Green value is 235 (92.19% from 255 or 36.89% from 637); Blue value is 225 (88.28% from 255 or 35.32% from 637); Max value from RGB is 235 - color contains mainly: green. Hex color #B1EBE1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1EBE1 is #4E141E. Grayscale: #D8D8D8. Windows color (decimal): -5116959 or 14805937. OLE color: 14805937.

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

Color convert

RGB177235225-
CMYK0.2500.040.08
HSL169.66º59.18%80.78%-
HSV(B)169.66º24.68%92.16%-
XYZ61.4374.282.32-
YUV216.52132.7899.81-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 27.79%
GREEN value IS 235 (92.19% from 255) = 36.89%
BLUE value IS 225 (88.28% from 255) = 35.32%
R=27.79%
G=36.89%
B=35.32%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1772352250.2500.040.08169.6659.1880.78
HexB1EBE119048aa3b51
Octal26135334131041025273121
Binary1011000111101011111000011100101001000101010101110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1EBE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1EBE1; }

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

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

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

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

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

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

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

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