Html Css Color HEX #AA9CBD Biloba Flower

📋 copy color: '#AA9CBD'

red 170 ◦ green 156 ◦ blue 189

#AA9CBD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Biloba Flower #AA9CBD

Tints of Biloba Flower #AA9CBD

RGB

 RED value IS 170 (66.8% from 255) = 33.01%

 GREEN value IS 156 (61.33% from 255) = 30.29%

 BLUE value IS 189 (74.22% from 255) = 36.7%

R = 33.01%
G = 30.29%
B = 36.7%

CMYK

 C value IS 0.10

 M value IS 0.17

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AA9CBD (or 0xAA9CBD) is known color: Biloba Flower. HEX triplet: AA, 9C and BD. RGB value is (170,156,189). Sum of RGB (Red+Green+Blue) = 170+156+189=515 (68% of max value = 765). Red value is 170 (66.80% from 255 or 33.01% from 515); Green value is 156 (61.33% from 255 or 30.29% from 515); Blue value is 189 (74.22% from 255 or 36.70% from 515); Max value from RGB is 189 - color contains mainly: blue. Hex color #AA9CBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA9CBD is #556342. Grayscale: #A3A3A3. Windows color (decimal): -5595971 or 12426410. OLE color: 12426410.

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

Color convert

RGB 170 156 189 -
CMYK 0.10 0.17 0 0.26
HSL 265.45º 0.2% 0.68% -
HSV(B) 265.45º 0.17% 0.74% -
XYZ 37.65 36 53.11 -
YUV 163.95 142.14 132.32 -
System Red Green Blue C M Y K H S L
Decimal 170 156 189 0.10 0.17 0 0.26 265.45 0.2 0.68
Hex AA 9C BD A 11 0 1A 109 14 44
Octal 252 234 275 12 21 0 32 411 24 104
Binary 10101010 10011100 10111101 1010 10001 0 11010 100001001 10100 1000100

Color Harmonies of #AA9CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9CBD

Black with #AA9CBD

Text Example


Text Example

White with #AA9CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9CBD; }

 p { color: rgb(170,156,189); }

 H1.HeaderClassName
 {
   color: #AA9CBD;
 }
 .AnyTagClassName
 {
   color: #AA9CBD;
 }
</style>

background-color css

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

 a { background-color: rgb(170,156,189); }

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

border-color css

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

 span { border-color: rgb(170,156,189); }

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