Html Css Color HEX #ABA1BF Biloba Flower

📋 copy color: '#ABA1BF'

red 171 ◦ green 161 ◦ blue 191

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

Shades of Biloba Flower #ABA1BF

Tints of Biloba Flower #ABA1BF

RGB

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

 GREEN value IS 161 (63.28% from 255) = 30.78%

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

R = 32.7%
G = 30.78%
B = 36.52%

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

#ABA1BF (or 0xABA1BF) is known color: Biloba Flower. HEX triplet: AB, A1 and BF. RGB value is (171,161,191). Sum of RGB (Red+Green+Blue) = 171+161+191=523 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.70% from 523); Green value is 161 (63.28% from 255 or 30.78% from 523); Blue value is 191 (75% from 255 or 36.52% from 523); Max value from RGB is 191 - color contains mainly: blue. Hex color #ABA1BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABA1BF is #545E40. Grayscale: #A7A7A7. Windows color (decimal): -5529153 or 12558763. OLE color: 12558763.

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

Color convert

RGB 171 161 191 -
CMYK 0.10 0.16 0 0.25
HSL 260º 0.19% 0.69% -
HSV(B) 260º 0.16% 0.75% -
XYZ 38.94 37.91 54.55 -
YUV 167.41 141.31 130.56 -
System Red Green Blue C M Y K H S L
Decimal 171 161 191 0.10 0.16 0 0.25 260 0.19 0.69
Hex AB A1 BF A 10 0 19 104 13 45
Octal 253 241 277 12 20 0 31 404 23 105
Binary 10101011 10100001 10111111 1010 10000 0 11001 100000100 10011 1000101

Color Harmonies of #ABA1BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA1BF

Black with #ABA1BF

Text Example


Text Example

White with #ABA1BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA1BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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