Html Css Color HEX #ABA0BB Biloba Flower

📋 copy color: '#ABA0BB'

red 171 ◦ green 160 ◦ blue 187

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

Shades of Biloba Flower #ABA0BB

Tints of Biloba Flower #ABA0BB

RGB

 RED value IS 171 (67.19% from 255) = 33.01%

 GREEN value IS 160 (62.89% from 255) = 30.89%

 BLUE value IS 187 (73.44% from 255) = 36.1%

R = 33.01%
G = 30.89%
B = 36.1%

CMYK

 C value IS 0.09

 M value IS 0.14

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#ABA0BB (or 0xABA0BB) is known color: Biloba Flower. HEX triplet: AB, A0 and BB. RGB value is (171,160,187). Sum of RGB (Red+Green+Blue) = 171+160+187=518 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.01% from 518); Green value is 160 (62.89% from 255 or 30.89% from 518); Blue value is 187 (73.44% from 255 or 36.10% from 518); Max value from RGB is 187 - color contains mainly: blue. Hex color #ABA0BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABA0BB is #545F44. Grayscale: #A6A6A6. Windows color (decimal): -5529413 or 12296363. OLE color: 12296363.

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

Color convert

RGB 171 160 187 -
CMYK 0.09 0.14 0 0.27
HSL 264.44º 0.17% 0.68% -
HSV(B) 264.44º 0.14% 0.73% -
XYZ 38.34 37.39 52.21 -
YUV 166.37 139.64 131.3 -
System Red Green Blue C M Y K H S L
Decimal 171 160 187 0.09 0.14 0 0.27 264.44 0.17 0.68
Hex AB A0 BB 9 E 0 1B 108 11 44
Octal 253 240 273 11 16 0 33 410 21 104
Binary 10101011 10100000 10111011 1001 1110 0 11011 100001000 10001 1000100

Color Harmonies of #ABA0BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA0BB

Black with #ABA0BB

Text Example


Text Example

White with #ABA0BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA0BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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