#B1F1E4

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

Shades of Water Leaf #B1F1E4

Tints of Water Leaf #B1F1E4

Color information

#B1F1E4 (or 0xB1F1E4) is unknown color: approx Water Leaf. HEX triplet: B1, F1 and E4. RGB value is (177,241,228). Sum of RGB (Red+Green+Blue) = 177+241+228=646 (85% of max value = 765). Red value is 177 (69.53% from 255 or 27.40% from 646); Green value is 241 (94.53% from 255 or 37.31% from 646); Blue value is 228 (89.45% from 255 or 35.29% from 646); Max value from RGB is 241 - color contains mainly: green. Hex color #B1F1E4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1F1E4 is #4E0E1B. Grayscale: #DCDCDC. Windows color (decimal): -5115420 or 15004081. OLE color: 15004081.

HSL color Cylindrical-coordinate representation of color #B1F1E4: hue angle of 167.81º degrees, saturation: 0.7, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B1F1E4 is Cyan = 0.27, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.05.

Color convert

RGB177241228-
CMYK0.2700.050.05
HSL167.81º69.57%81.96%-
HSV(B)167.81º26.56%94.51%-
XYZ63.5977.8685.08-
YUV220.38132.397.06-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 27.40%
GREEN value IS 241 (94.53% from 255) = 37.31%
BLUE value IS 228 (89.45% from 255) = 35.29%
R=27.40%
G=37.31%
B=35.29%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1772412280.2700.050.05167.8169.5781.96
HexB1F1E41B055a84652
Octal26136134433055250106122
Binary1011000111110001111001001101101011011010100010001101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1F1E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1F1E4; }

 p { color: rgb(177,241,228); }

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

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

 a { background-color: rgb(177,241,228); }

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

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

 span { border-color: rgb(177,241,228); }

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