#AB9FBC

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

Shades of Biloba Flower #AB9FBC

Tints of Biloba Flower #AB9FBC

Color information

#AB9FBC (or 0xAB9FBC) is unknown color: approx Biloba Flower. HEX triplet: AB, 9F and BC. RGB value is (171,159,188). Sum of RGB (Red+Green+Blue) = 171+159+188=518 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.01% from 518); Green value is 159 (62.5% from 255 or 30.69% from 518); Blue value is 188 (73.83% from 255 or 36.29% from 518); Max value from RGB is 188 - color contains mainly: blue. Hex color #AB9FBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB9FBC is #546043. Grayscale: #A5A5A5. Windows color (decimal): -5529668 or 12361643. OLE color: 12361643.

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

Color convert

RGB171159188-
CMYK0.090.1500.26
HSL264.83º17.79%68.04%-
HSV(B)264.83º15.43%73.73%-
XYZ38.2737.0952.72-
YUV165.89140.48131.64-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.01%
GREEN value IS 159 (62.5% from 255) = 30.69%
BLUE value IS 188 (73.83% from 255) = 36.29%
R=33.01%
G=30.69%
B=36.29%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1711591880.090.1500.26264.8317.7968.04
HexAB9FBC9F01A1091244
Octal253237274111703241122104
Binary10101011100111111011110010011111011010100001001100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9FBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9FBC; }

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

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

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

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

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

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

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

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