#B1F1DA

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

Shades of Water Leaf #B1F1DA

Tints of Water Leaf #B1F1DA

Color information

#B1F1DA (or 0xB1F1DA) is unknown color: approx Water Leaf. HEX triplet: B1, F1 and DA. RGB value is (177,241,218). Sum of RGB (Red+Green+Blue) = 177+241+218=636 (84% of max value = 765). Red value is 177 (69.53% from 255 or 27.83% from 636); Green value is 241 (94.53% from 255 or 37.89% from 636); Blue value is 218 (85.55% from 255 or 34.28% from 636); Max value from RGB is 241 - color contains mainly: green. Hex color #B1F1DA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1F1DA is #4E0E25. Grayscale: #DBDBDB. Windows color (decimal): -5115430 or 14348721. OLE color: 14348721.

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

Color convert

RGB177241218-
CMYK0.2700.100.05
HSL158.44º69.57%81.96%-
HSV(B)158.44º26.56%94.51%-
XYZ62.2477.3277.97-
YUV219.24127.397.87-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 27.83%
GREEN value IS 241 (94.53% from 255) = 37.89%
BLUE value IS 218 (85.55% from 255) = 34.28%
R=27.83%
G=37.89%
B=34.28%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1772412180.2700.100.05158.4469.5781.96
HexB1F1DA1B0A59e4652
Octal261361332330125236106122
Binary10110001111100011101101011011010101011001111010001101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1F1DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1F1DA; }

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

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

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

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

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

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

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

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