#B0A1BF

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

Shades of Biloba Flower #B0A1BF

Tints of Biloba Flower #B0A1BF

Color information

#B0A1BF (or 0xB0A1BF) is unknown color: approx Biloba Flower. HEX triplet: B0, A1 and BF. RGB value is (176,161,191). Sum of RGB (Red+Green+Blue) = 176+161+191=528 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.33% from 528); Green value is 161 (63.28% from 255 or 30.49% from 528); Blue value is 191 (75% from 255 or 36.17% from 528); Max value from RGB is 191 - color contains mainly: blue. Hex color #B0A1BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0A1BF is #4F5E40. Grayscale: #A8A8A8. Windows color (decimal): -5201473 or 12558768. OLE color: 12558768.

HSL color Cylindrical-coordinate representation of color #B0A1BF: hue angle of 270º degrees, saturation: 0.19, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B0A1BF is Cyan = 0.08, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB176161191-
CMYK0.080.1600.25
HSL270º18.99%69.02%-
HSV(B)270º15.71%74.9%-
XYZ40.0538.4854.61-
YUV168.9140.47133.06-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 33.33%
GREEN value IS 161 (63.28% from 255) = 30.49%
BLUE value IS 191 (75% from 255) = 36.17%
R=33.33%
G=30.49%
B=36.17%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1761611910.080.1600.2527018.9969.02
HexB0A1BF81001910e1345
Octal260241277102003141623105
Binary101100001010000110111111100010000011001100001110100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0A1BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0A1BF; }

 p { color: rgb(176,161,191); }

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

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

 a { background-color: rgb(176,161,191); }

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

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

 span { border-color: rgb(176,161,191); }

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