#B1ABBF

Color #B1ABBF Biloba Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Biloba Flower #B1ABBF

Tints of Biloba Flower #B1ABBF

Color information

#B1ABBF (or 0xB1ABBF) is unknown color: approx Biloba Flower. HEX triplet: B1, AB and BF. RGB value is (177,171,191). Sum of RGB (Red+Green+Blue) = 177+171+191=539 (71% of max value = 765). Red value is 177 (69.53% from 255 or 32.84% from 539); Green value is 171 (67.19% from 255 or 31.73% from 539); Blue value is 191 (75% from 255 or 35.44% from 539); Max value from RGB is 191 - color contains mainly: blue. Hex color #B1ABBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B1ABBF is #4E5440. Grayscale: #AFAFAF. Windows color (decimal): -5133377 or 12561329. OLE color: 12561329.

HSL color Cylindrical-coordinate representation of color #B1ABBF: hue angle of 258º degrees, saturation: 0.14, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B1ABBF is Cyan = 0.07, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB177171191-
CMYK0.070.1000.25
HSL258º13.51%70.98%-
HSV(B)258º10.47%74.9%-
XYZ42.142.2355.22-
YUV175.07136.99129.37-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 32.84%
GREEN value IS 171 (67.19% from 255) = 31.73%
BLUE value IS 191 (75% from 255) = 35.44%
R=32.84%
G=31.73%
B=35.44%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1771711910.070.1000.2525813.5170.98
HexB1ABBF7A019102e47
Octal26125327771203140216107
Binary101100011010101110111111111101001100110000001011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1ABBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1ABBF; }

 p { color: rgb(177,171,191); }

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

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

 a { background-color: rgb(177,171,191); }

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

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

 span { border-color: rgb(177,171,191); }

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