#B1EBE2

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

Shades of Water Leaf #B1EBE2

Tints of Water Leaf #B1EBE2

Color information

#B1EBE2 (or 0xB1EBE2) is unknown color: approx Water Leaf. HEX triplet: B1, EB and E2. RGB value is (177,235,226). Sum of RGB (Red+Green+Blue) = 177+235+226=638 (84% of max value = 765). Red value is 177 (69.53% from 255 or 27.74% from 638); Green value is 235 (92.19% from 255 or 36.83% from 638); Blue value is 226 (88.67% from 255 or 35.42% from 638); Max value from RGB is 235 - color contains mainly: green. Hex color #B1EBE2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1EBE2 is #4E141D. Grayscale: #D8D8D8. Windows color (decimal): -5116958 or 14871473. OLE color: 14871473.

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

Color convert

RGB177235226-
CMYK0.2500.040.08
HSL170.69º59.18%80.78%-
HSV(B)170.69º24.68%92.16%-
XYZ61.5774.2583.04-
YUV216.63133.2899.73-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 27.74%
GREEN value IS 235 (92.19% from 255) = 36.83%
BLUE value IS 226 (88.67% from 255) = 35.42%
R=27.74%
G=36.83%
B=35.42%

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
Decimal1772352260.2500.040.08170.6959.1880.78
HexB1EBE219048ab3b51
Octal26135334231041025373121
Binary1011000111101011111000101100101001000101010111110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1EBE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1EBE2; }

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

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

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

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

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

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

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

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