#ABA4BD

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

Shades of Biloba Flower #ABA4BD

Tints of Biloba Flower #ABA4BD

Color information

#ABA4BD (or 0xABA4BD) is unknown color: approx Biloba Flower. HEX triplet: AB, A4 and BD. RGB value is (171,164,189). Sum of RGB (Red+Green+Blue) = 171+164+189=524 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.63% from 524); Green value is 164 (64.45% from 255 or 31.30% from 524); Blue value is 189 (74.22% from 255 or 36.07% from 524); Max value from RGB is 189 - color contains mainly: blue. Hex color #ABA4BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABA4BD is #545B42. Grayscale: #A8A8A8. Windows color (decimal): -5528387 or 12428459. OLE color: 12428459.

HSL color Cylindrical-coordinate representation of color #ABA4BD: hue angle of 256.8º degrees, saturation: 0.16, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #ABA4BD is Cyan = 0.10, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB171164189-
CMYK0.100.1300.26
HSL256.8º15.92%69.22%-
HSV(B)256.8º13.23%74.12%-
XYZ39.2638.8853.58-
YUV168.94139.32129.47-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.63%
GREEN value IS 164 (64.45% from 255) = 31.30%
BLUE value IS 189 (74.22% from 255) = 36.07%
R=32.63%
G=31.30%
B=36.07%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1711641890.100.1300.26256.815.9269.22
HexABA4BDAD01A1011045
Octal253244275121503240120105
Binary10101011101001001011110110101101011010100000001100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA4BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA4BD; }

 p { color: rgb(171,164,189); }

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

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

 a { background-color: rgb(171,164,189); }

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

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

 span { border-color: rgb(171,164,189); }

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