#AB9FBD

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

Shades of Biloba Flower #AB9FBD

Tints of Biloba Flower #AB9FBD

Color information

#AB9FBD (or 0xAB9FBD) is unknown color: approx Biloba Flower. HEX triplet: AB, 9F and BD. RGB value is (171,159,189). Sum of RGB (Red+Green+Blue) = 171+159+189=519 (68% of max value = 765). Red value is 171 (67.19% from 255 or 32.95% from 519); Green value is 159 (62.5% from 255 or 30.64% from 519); Blue value is 189 (74.22% from 255 or 36.42% from 519); Max value from RGB is 189 - color contains mainly: blue. Hex color #AB9FBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB9FBD is #546042. Grayscale: #A5A5A5. Windows color (decimal): -5529667 or 12427179. OLE color: 12427179.

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

Color convert

RGB171159189-
CMYK0.100.1600.26
HSL264º18.52%68.24%-
HSV(B)264º15.87%74.12%-
XYZ38.3837.1353.29-
YUV166.01140.98131.56-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.95%
GREEN value IS 159 (62.5% from 255) = 30.64%
BLUE value IS 189 (74.22% from 255) = 36.42%
R=32.95%
G=30.64%
B=36.42%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1711591890.100.1600.2626418.5268.24
HexAB9FBDA1001A1081344
Octal253237275122003241023104
Binary101010111001111110111101101010000011010100001000100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9FBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9FBD; }

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

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

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

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

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

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

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

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