#B1F1DC

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

Shades of Water Leaf #B1F1DC

Tints of Water Leaf #B1F1DC

Color information

#B1F1DC (or 0xB1F1DC) is unknown color: approx Water Leaf. HEX triplet: B1, F1 and DC. RGB value is (177,241,220). Sum of RGB (Red+Green+Blue) = 177+241+220=638 (84% of max value = 765). Red value is 177 (69.53% from 255 or 27.74% from 638); Green value is 241 (94.53% from 255 or 37.77% from 638); Blue value is 220 (86.33% from 255 or 34.48% from 638); Max value from RGB is 241 - color contains mainly: green. Hex color #B1F1DC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1F1DC is #4E0E23. Grayscale: #DBDBDB. Windows color (decimal): -5115428 or 14479793. OLE color: 14479793.

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

Color convert

RGB177241220-
CMYK0.2700.090.05
HSL160.31º69.57%81.96%-
HSV(B)160.31º26.56%94.51%-
XYZ62.5177.4379.36-
YUV219.47128.397.71-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 27.74%
GREEN value IS 241 (94.53% from 255) = 37.77%
BLUE value IS 220 (86.33% from 255) = 34.48%
R=27.74%
G=37.77%
B=34.48%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1772412200.2700.090.05160.3169.5781.96
HexB1F1DC1B095a04652
Octal261361334330115240106122
Binary10110001111100011101110011011010011011010000010001101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1F1DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1F1DC; }

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

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

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

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

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

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

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

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