#ABA0BB

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

Shades of Biloba Flower #ABA0BB

Tints of Biloba Flower #ABA0BB

Color information

#ABA0BB (or 0xABA0BB) is unknown color: approx Biloba Flower. HEX triplet: AB, A0 and BB. RGB value is (171,160,187). Sum of RGB (Red+Green+Blue) = 171+160+187=518 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.01% from 518); Green value is 160 (62.89% from 255 or 30.89% from 518); Blue value is 187 (73.44% from 255 or 36.10% from 518); Max value from RGB is 187 - color contains mainly: blue. Hex color #ABA0BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABA0BB is #545F44. Grayscale: #A6A6A6. Windows color (decimal): -5529413 or 12296363. OLE color: 12296363.

HSL color Cylindrical-coordinate representation of color #ABA0BB: hue angle of 264.44º degrees, saturation: 0.17, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #ABA0BB is Cyan = 0.09, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB171160187-
CMYK0.090.1400.27
HSL264.44º16.56%68.04%-
HSV(B)264.44º14.44%73.33%-
XYZ38.3437.3952.21-
YUV166.37139.64131.3-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.01%
GREEN value IS 160 (62.89% from 255) = 30.89%
BLUE value IS 187 (73.44% from 255) = 36.10%
R=33.01%
G=30.89%
B=36.10%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1711601870.090.1400.27264.4416.5668.04
HexABA0BB9E01B1081144
Octal253240273111603341021104
Binary10101011101000001011101110011110011011100001000100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA0BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA0BB; }

 p { color: rgb(171,160,187); }

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

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

 a { background-color: rgb(171,160,187); }

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

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

 span { border-color: rgb(171,160,187); }

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