#ABA3BD

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

Shades of Biloba Flower #ABA3BD

Tints of Biloba Flower #ABA3BD

Color information

#ABA3BD (or 0xABA3BD) is unknown color: approx Biloba Flower. HEX triplet: AB, A3 and BD. RGB value is (171,163,189). Sum of RGB (Red+Green+Blue) = 171+163+189=523 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.70% from 523); Green value is 163 (64.06% from 255 or 31.17% from 523); Blue value is 189 (74.22% from 255 or 36.14% from 523); Max value from RGB is 189 - color contains mainly: blue. Hex color #ABA3BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABA3BD is #545C42. Grayscale: #A8A8A8. Windows color (decimal): -5528643 or 12428203. OLE color: 12428203.

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

Color convert

RGB171163189-
CMYK0.100.1400.26
HSL258.46º16.46%69.02%-
HSV(B)258.46º13.76%74.12%-
XYZ39.0838.5353.52-
YUV168.36139.65129.89-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.70%
GREEN value IS 163 (64.06% from 255) = 31.17%
BLUE value IS 189 (74.22% from 255) = 36.14%
R=32.70%
G=31.17%
B=36.14%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1711631890.100.1400.26258.4616.4669.02
HexABA3BDAE01A1021045
Octal253243275121603240220105
Binary10101011101000111011110110101110011010100000010100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA3BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA3BD; }

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

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

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

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

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

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

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

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