#B1F9E4

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

Shades of Water Leaf #B1F9E4

Tints of Water Leaf #B1F9E4

Color information

#B1F9E4 (or 0xB1F9E4) is unknown color: approx Water Leaf. HEX triplet: B1, F9 and E4. RGB value is (177,249,228). Sum of RGB (Red+Green+Blue) = 177+249+228=654 (86% of max value = 765). Red value is 177 (69.53% from 255 or 27.06% from 654); Green value is 249 (97.66% from 255 or 38.07% from 654); Blue value is 228 (89.45% from 255 or 34.86% from 654); Max value from RGB is 249 - color contains mainly: green. Hex color #B1F9E4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1F9E4 is #4E061B. Grayscale: #E1E1E1. Windows color (decimal): -5113372 or 15006129. OLE color: 15006129.

HSL color Cylindrical-coordinate representation of color #B1F9E4: hue angle of 162.5º degrees, saturation: 0.86, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B1F9E4 is Cyan = 0.29, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.02.

Color convert

RGB177249228-
CMYK0.2900.080.02
HSL162.5º85.71%83.53%-
HSV(B)162.5º28.92%97.65%-
XYZ66.0182.785.88-
YUV225.08129.6593.71-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 27.06%
GREEN value IS 249 (97.66% from 255) = 38.07%
BLUE value IS 228 (89.45% from 255) = 34.86%
R=27.06%
G=38.07%
B=34.86%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1772492280.2900.080.02162.585.7183.53
HexB1F9E41D082a25654
Octal261371344350102242126124
Binary1011000111111001111001001110101000101010001010101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1F9E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1F9E4; }

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

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

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

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

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

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

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

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