#AB99CB

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

Shades of Biloba Flower #AB99CB

Tints of Biloba Flower #AB99CB

Color information

#AB99CB (or 0xAB99CB) is unknown color: approx Biloba Flower. HEX triplet: AB, 99 and CB. RGB value is (171,153,203). Sum of RGB (Red+Green+Blue) = 171+153+203=527 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.45% from 527); Green value is 153 (60.16% from 255 or 29.03% from 527); Blue value is 203 (79.69% from 255 or 38.52% from 527); Max value from RGB is 203 - color contains mainly: blue. Hex color #AB99CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB99CB is #546634. Grayscale: #A3A3A3. Windows color (decimal): -5531189 or 13343147. OLE color: 13343147.

HSL color Cylindrical-coordinate representation of color #AB99CB: hue angle of 261.6º degrees, saturation: 0.32, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AB99CB is Cyan = 0.16, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB171153203-
CMYK0.160.2500.20
HSL261.6º32.47%69.8%-
HSV(B)261.6º24.63%79.61%-
XYZ38.9735.7561.35-
YUV164.08149.96132.93-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.45%
GREEN value IS 153 (60.16% from 255) = 29.03%
BLUE value IS 203 (79.69% from 255) = 38.52%
R=32.45%
G=29.03%
B=38.52%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1711532030.160.2500.20261.632.4769.8
HexAB99CB10190141062046
Octal253231313203102440640106
Binary10101011100110011100101110000110010101001000001101000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB99CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB99CB; }

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

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

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

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

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

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

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

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