#AB9FBE

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

Shades of Biloba Flower #AB9FBE

Tints of Biloba Flower #AB9FBE

Color information

#AB9FBE (or 0xAB9FBE) is unknown color: approx Biloba Flower. HEX triplet: AB, 9F and BE. RGB value is (171,159,190). Sum of RGB (Red+Green+Blue) = 171+159+190=520 (68% of max value = 765). Red value is 171 (67.19% from 255 or 32.88% from 520); Green value is 159 (62.5% from 255 or 30.58% from 520); Blue value is 190 (74.61% from 255 or 36.54% from 520); Max value from RGB is 190 - color contains mainly: blue. Hex color #AB9FBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB9FBE is #546041. Grayscale: #A6A6A6. Windows color (decimal): -5529666 or 12492715. OLE color: 12492715.

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

Color convert

RGB171159190-
CMYK0.100.1600.25
HSL263.23º19.25%68.43%-
HSV(B)263.23º16.32%74.51%-
XYZ38.4937.1753.86-
YUV166.12141.48131.48-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.88%
GREEN value IS 159 (62.5% from 255) = 30.58%
BLUE value IS 190 (74.61% from 255) = 36.54%
R=32.88%
G=30.58%
B=36.54%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1711591900.100.1600.25263.2319.2568.43
HexAB9FBEA100191071344
Octal253237276122003140723104
Binary101010111001111110111110101010000011001100000111100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9FBE; }

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

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

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

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

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

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

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

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