Html Css Color HEX #ABA0BF Biloba Flower

📋 copy color: '#ABA0BF'

red 171 ◦ green 160 ◦ blue 191

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

Shades of Biloba Flower #ABA0BF

Tints of Biloba Flower #ABA0BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 36.59%

R = 32.76%
G = 30.65%
B = 36.59%

CMYK

 C value IS 0.10

 M value IS 0.16

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#ABA0BF (or 0xABA0BF) is known color: Biloba Flower. HEX triplet: AB, A0 and BF. RGB value is (171,160,191). Sum of RGB (Red+Green+Blue) = 171+160+191=522 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.76% from 522); Green value is 160 (62.89% from 255 or 30.65% from 522); Blue value is 191 (75% from 255 or 36.59% from 522); Max value from RGB is 191 - color contains mainly: blue. Hex color #ABA0BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABA0BF is #545F40. Grayscale: #A6A6A6. Windows color (decimal): -5529409 or 12558507. OLE color: 12558507.

HSL color Cylindrical-coordinate representation of color #ABA0BF: hue angle of 261.29º degrees, saturation: 0.19, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ABA0BF is Cyan = 0.10, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 171 160 191 -
CMYK 0.10 0.16 0 0.25
HSL 261.29º 0.19% 0.69% -
HSV(B) 261.29º 0.16% 0.75% -
XYZ 38.77 37.56 54.5 -
YUV 166.82 141.64 130.98 -
System Red Green Blue C M Y K H S L
Decimal 171 160 191 0.10 0.16 0 0.25 261.29 0.19 0.69
Hex AB A0 BF A 10 0 19 105 13 45
Octal 253 240 277 12 20 0 31 405 23 105
Binary 10101011 10100000 10111111 1010 10000 0 11001 100000101 10011 1000101

Color Harmonies of #ABA0BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA0BF

Black with #ABA0BF

Text Example


Text Example

White with #ABA0BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA0BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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