#ABA3BF

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

Shades of Biloba Flower #ABA3BF

Tints of Biloba Flower #ABA3BF

Color information

#ABA3BF (or 0xABA3BF) is unknown color: approx Biloba Flower. HEX triplet: AB, A3 and BF. RGB value is (171,163,191). Sum of RGB (Red+Green+Blue) = 171+163+191=525 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.57% from 525); Green value is 163 (64.06% from 255 or 31.05% from 525); Blue value is 191 (75% from 255 or 36.38% from 525); Max value from RGB is 191 - color contains mainly: blue. Hex color #ABA3BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABA3BF is #545C40. Grayscale: #A8A8A8. Windows color (decimal): -5528641 or 12559275. OLE color: 12559275.

HSL color Cylindrical-coordinate representation of color #ABA3BF: hue angle of 257.14º 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 #ABA3BF is Cyan = 0.10, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB171163191-
CMYK0.100.1500.25
HSL257.14º17.95%69.41%-
HSV(B)257.14º14.66%74.9%-
XYZ39.338.6154.67-
YUV168.58140.65129.72-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.57%
GREEN value IS 163 (64.06% from 255) = 31.05%
BLUE value IS 191 (75% from 255) = 36.38%
R=32.57%
G=31.05%
B=36.38%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1711631910.100.1500.25257.1417.9569.41
HexABA3BFAF0191011245
Octal253243277121703140122105
Binary10101011101000111011111110101111011001100000001100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA3BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA3BF; }

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

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

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

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

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

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

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

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