#B1EADE

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

Shades of Water Leaf #B1EADE

Tints of Water Leaf #B1EADE

Color information

#B1EADE (or 0xB1EADE) is unknown color: approx Water Leaf. HEX triplet: B1, EA and DE. RGB value is (177,234,222). Sum of RGB (Red+Green+Blue) = 177+234+222=633 (83% of max value = 765). Red value is 177 (69.53% from 255 or 27.96% from 633); Green value is 234 (91.80% from 255 or 36.97% from 633); Blue value is 222 (87.11% from 255 or 35.07% from 633); Max value from RGB is 234 - color contains mainly: green. Hex color #B1EADE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1EADE is #4E1521. Grayscale: #D7D7D7. Windows color (decimal): -5117218 or 14609073. OLE color: 14609073.

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

Color convert

RGB177234222-
CMYK0.2400.050.08
HSL167.37º57.58%80.59%-
HSV(B)167.37º24.36%91.76%-
XYZ60.7473.4780.09-
YUV215.59131.62100.48-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 27.96%
GREEN value IS 234 (91.80% from 255) = 36.97%
BLUE value IS 222 (87.11% from 255) = 35.07%
R=27.96%
G=36.97%
B=35.07%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1772342220.2400.050.08167.3757.5880.59
HexB1EADE18058a73a51
Octal26135233630051024772121
Binary1011000111101010110111101100001011000101001111110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1EADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1EADE; }

 p { color: rgb(177,234,222); }

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

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

 a { background-color: rgb(177,234,222); }

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

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

 span { border-color: rgb(177,234,222); }

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