#B1FCDF

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

Shades of Water Leaf #B1FCDF

Tints of Water Leaf #B1FCDF

Color information

#B1FCDF (or 0xB1FCDF) is unknown color: approx Water Leaf. HEX triplet: B1, FC and DF. RGB value is (177,252,223). Sum of RGB (Red+Green+Blue) = 177+252+223=652 (86% of max value = 765). Red value is 177 (69.53% from 255 or 27.15% from 652); Green value is 252 (98.83% from 255 or 38.65% from 652); Blue value is 223 (87.5% from 255 or 34.20% from 652); Max value from RGB is 252 - color contains mainly: green. Hex color #B1FCDF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1FCDF is #4E0320. Grayscale: #E2E2E2. Windows color (decimal): -5112609 or 14679217. OLE color: 14679217.

HSL color Cylindrical-coordinate representation of color #B1FCDF: hue angle of 156.8º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B1FCDF is Cyan = 0.30, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.

Color convert

RGB177252223-
CMYK0.3000.120.01
HSL156.8º92.59%84.12%-
HSV(B)156.8º29.76%98.82%-
XYZ66.2684.382.59-
YUV226.27126.1592.86-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 27.15%
GREEN value IS 252 (98.83% from 255) = 38.65%
BLUE value IS 223 (87.5% from 255) = 34.20%
R=27.15%
G=38.65%
B=34.20%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1772522230.3000.120.01156.892.5984.12
HexB1FCDF1E0C19d5d54
Octal261374337360141235135124
Binary101100011111110011011111111100110011001110110111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1FCDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1FCDF; }

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

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

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

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

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

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

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

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