#B1F1DF

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

Shades of Water Leaf #B1F1DF

Tints of Water Leaf #B1F1DF

Color information

#B1F1DF (or 0xB1F1DF) is unknown color: approx Water Leaf. HEX triplet: B1, F1 and DF. RGB value is (177,241,223). Sum of RGB (Red+Green+Blue) = 177+241+223=641 (84% of max value = 765). Red value is 177 (69.53% from 255 or 27.61% from 641); Green value is 241 (94.53% from 255 or 37.60% from 641); Blue value is 223 (87.5% from 255 or 34.79% from 641); Max value from RGB is 241 - color contains mainly: green. Hex color #B1F1DF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1F1DF is #4E0E20. Grayscale: #DBDBDB. Windows color (decimal): -5115425 or 14676401. OLE color: 14676401.

HSL color Cylindrical-coordinate representation of color #B1F1DF: hue angle of 163.12º 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 #B1F1DF is Cyan = 0.27, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.05.

Color convert

RGB177241223-
CMYK0.2700.070.05
HSL163.12º69.57%81.96%-
HSV(B)163.12º26.56%94.51%-
XYZ62.9177.5981.47-
YUV219.81129.897.46-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 27.61%
GREEN value IS 241 (94.53% from 255) = 37.60%
BLUE value IS 223 (87.5% from 255) = 34.79%
R=27.61%
G=37.60%
B=34.79%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1772412230.2700.070.05163.1269.5781.96
HexB1F1DF1B075a34652
Octal26136133733075243106122
Binary1011000111110001110111111101101111011010001110001101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1F1DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1F1DF; }

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

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

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

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

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

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

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

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