#AB99C2

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

Shades of Biloba Flower #AB99C2

Tints of Biloba Flower #AB99C2

Color information

#AB99C2 (or 0xAB99C2) is unknown color: approx Biloba Flower. HEX triplet: AB, 99 and C2. RGB value is (171,153,194). Sum of RGB (Red+Green+Blue) = 171+153+194=518 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.01% from 518); Green value is 153 (60.16% from 255 or 29.54% from 518); Blue value is 194 (76.17% from 255 or 37.45% from 518); Max value from RGB is 194 - color contains mainly: blue. Hex color #AB99C2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB99C2 is #54663D. Grayscale: #A2A2A2. Windows color (decimal): -5531198 or 12753323. OLE color: 12753323.

HSL color Cylindrical-coordinate representation of color #AB99C2: hue angle of 266.34º degrees, saturation: 0.25, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AB99C2 is Cyan = 0.12, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB171153194-
CMYK0.120.2100.24
HSL266.34º25.15%68.04%-
HSV(B)266.34º21.13%76.08%-
XYZ37.9235.3455.86-
YUV163.06145.46133.67-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.01%
GREEN value IS 153 (60.16% from 255) = 29.54%
BLUE value IS 194 (76.17% from 255) = 37.45%
R=33.01%
G=29.54%
B=37.45%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1711531940.120.2100.24266.3425.1568.04
HexAB99C2C1501810a1944
Octal253231302142503041231104
Binary101010111001100111000010110010101011000100001010110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB99C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB99C2; }

 p { color: rgb(171,153,194); }

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

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

 a { background-color: rgb(171,153,194); }

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

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

 span { border-color: rgb(171,153,194); }

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