#AB9FBB

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

Shades of Biloba Flower #AB9FBB

Tints of Biloba Flower #AB9FBB

Color information

#AB9FBB (or 0xAB9FBB) is unknown color: approx Biloba Flower. HEX triplet: AB, 9F and BB. RGB value is (171,159,187). Sum of RGB (Red+Green+Blue) = 171+159+187=517 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.08% from 517); Green value is 159 (62.5% from 255 or 30.75% from 517); Blue value is 187 (73.44% from 255 or 36.17% from 517); Max value from RGB is 187 - color contains mainly: blue. Hex color #AB9FBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB9FBB is #546044. Grayscale: #A5A5A5. Windows color (decimal): -5529669 or 12296107. OLE color: 12296107.

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

Color convert

RGB171159187-
CMYK0.090.1500.27
HSL265.71º17.07%67.84%-
HSV(B)265.71º14.97%73.33%-
XYZ38.1637.0452.15-
YUV165.78139.98131.72-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.08%
GREEN value IS 159 (62.5% from 255) = 30.75%
BLUE value IS 187 (73.44% from 255) = 36.17%
R=33.08%
G=30.75%
B=36.17%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1711591870.090.1500.27265.7117.0767.84
HexAB9FBB9F01B10a1144
Octal253237273111703341221104
Binary10101011100111111011101110011111011011100001010100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9FBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9FBB; }

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

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

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

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

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

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

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

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