#B0A3BF

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

Shades of Biloba Flower #B0A3BF

Tints of Biloba Flower #B0A3BF

Color information

#B0A3BF (or 0xB0A3BF) is unknown color: approx Biloba Flower. HEX triplet: B0, A3 and BF. RGB value is (176,163,191). Sum of RGB (Red+Green+Blue) = 176+163+191=530 (70% of max value = 765). Red value is 176 (69.14% from 255 or 33.21% from 530); Green value is 163 (64.06% from 255 or 30.75% from 530); Blue value is 191 (75% from 255 or 36.04% from 530); Max value from RGB is 191 - color contains mainly: blue. Hex color #B0A3BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0A3BF is #4F5C40. Grayscale: #A9A9A9. Windows color (decimal): -5200961 or 12559280. OLE color: 12559280.

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

Color convert

RGB176163191-
CMYK0.080.1500.25
HSL267.86º17.95%69.41%-
HSV(B)267.86º14.66%74.9%-
XYZ40.4139.1954.72-
YUV170.08139.81132.22-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 33.21%
GREEN value IS 163 (64.06% from 255) = 30.75%
BLUE value IS 191 (75% from 255) = 36.04%
R=33.21%
G=30.75%
B=36.04%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1761631910.080.1500.25267.8617.9569.41
HexB0A3BF8F01910c1245
Octal260243277101703141422105
Binary10110000101000111011111110001111011001100001100100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0A3BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0A3BF; }

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

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

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

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

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

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

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

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