#AD99CB

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

Shades of Biloba Flower #AD99CB

Tints of Biloba Flower #AD99CB

Color information

#AD99CB (or 0xAD99CB) is unknown color: approx Biloba Flower. HEX triplet: AD, 99 and CB. RGB value is (173,153,203). Sum of RGB (Red+Green+Blue) = 173+153+203=529 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.70% from 529); Green value is 153 (60.16% from 255 or 28.92% from 529); Blue value is 203 (79.69% from 255 or 38.37% from 529); Max value from RGB is 203 - color contains mainly: blue. Hex color #AD99CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD99CB is #526634. Grayscale: #A4A4A4. Windows color (decimal): -5400117 or 13343149. OLE color: 13343149.

HSL color Cylindrical-coordinate representation of color #AD99CB: hue angle of 264º 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 #AD99CB is Cyan = 0.15, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB173153203-
CMYK0.150.2500.20
HSL264º32.47%69.8%-
HSV(B)264º24.63%79.61%-
XYZ39.435.9861.37-
YUV164.68149.63133.93-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.70%
GREEN value IS 153 (60.16% from 255) = 28.92%
BLUE value IS 203 (79.69% from 255) = 38.37%
R=32.70%
G=28.92%
B=38.37%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1731532030.150.2500.2026432.4769.8
HexAD99CBF190141082046
Octal255231313173102441040106
Binary1010110110011001110010111111110010101001000010001000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD99CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD99CB; }

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

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

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

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

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

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

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

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