#B1FBDF

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

Shades of Water Leaf #B1FBDF

Tints of Water Leaf #B1FBDF

Color information

#B1FBDF (or 0xB1FBDF) is unknown color: approx Water Leaf. HEX triplet: B1, FB and DF. RGB value is (177,251,223). Sum of RGB (Red+Green+Blue) = 177+251+223=651 (86% of max value = 765). Red value is 177 (69.53% from 255 or 27.19% from 651); Green value is 251 (98.44% from 255 or 38.56% from 651); Blue value is 223 (87.5% from 255 or 34.25% from 651); Max value from RGB is 251 - color contains mainly: green. Hex color #B1FBDF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1FBDF is #4E0420. Grayscale: #E1E1E1. Windows color (decimal): -5112865 or 14678961. OLE color: 14678961.

HSL color Cylindrical-coordinate representation of color #B1FBDF: hue angle of 157.3º degrees, saturation: 0.9, 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 #B1FBDF is Cyan = 0.29, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.

Color convert

RGB177251223-
CMYK0.2900.110.02
HSL157.3º90.24%83.92%-
HSV(B)157.3º29.48%98.43%-
XYZ65.9583.6782.49-
YUV225.68126.4893.28-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 27.19%
GREEN value IS 251 (98.44% from 255) = 38.56%
BLUE value IS 223 (87.5% from 255) = 34.25%
R=27.19%
G=38.56%
B=34.25%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1772512230.2900.110.02157.390.2483.92
HexB1FBDF1D0B29d5a54
Octal261373337350132235132124
Binary1011000111111011110111111110101011101001110110110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1FBDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1FBDF; }

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

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

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

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

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

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

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

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