Html Css Color HEX #ABA3BA Biloba Flower

📋 copy color: '#ABA3BA'

red 171 ◦ green 163 ◦ blue 186

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

Shades of Biloba Flower #ABA3BA

Tints of Biloba Flower #ABA3BA

RGB

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

 GREEN value IS 163 (64.06% from 255) = 31.35%

 BLUE value IS 186 (73.05% from 255) = 35.77%

R = 32.88%
G = 31.35%
B = 35.77%

CMYK

 C value IS 0.08

 M value IS 0.12

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#ABA3BA (or 0xABA3BA) is known color: Biloba Flower. HEX triplet: AB, A3 and BA. RGB value is (171,163,186). Sum of RGB (Red+Green+Blue) = 171+163+186=520 (68% of max value = 765). Red value is 171 (67.19% from 255 or 32.88% from 520); Green value is 163 (64.06% from 255 or 31.35% from 520); Blue value is 186 (73.05% from 255 or 35.77% from 520); Max value from RGB is 186 - color contains mainly: blue. Hex color #ABA3BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABA3BA is #545C45. Grayscale: #A7A7A7. Windows color (decimal): -5528646 or 12231595. OLE color: 12231595.

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

Color convert

RGB 171 163 186 -
CMYK 0.08 0.12 0 0.27
HSL 260.87º 0.14% 0.68% -
HSV(B) 260.87º 0.12% 0.73% -
XYZ 38.75 38.4 51.82 -
YUV 168.01 138.15 130.13 -
System Red Green Blue C M Y K H S L
Decimal 171 163 186 0.08 0.12 0 0.27 260.87 0.14 0.68
Hex AB A3 BA 8 C 0 1B 105 E 44
Octal 253 243 272 10 14 0 33 405 16 104
Binary 10101011 10100011 10111010 1000 1100 0 11011 100000101 1110 1000100

Color Harmonies of #ABA3BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA3BA

Black with #ABA3BA

Text Example


Text Example

White with #ABA3BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA3BA; }

 p { color: rgb(171,163,186); }

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

background-color css

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

 a { background-color: rgb(171,163,186); }

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

border-color css

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

 span { border-color: rgb(171,163,186); }

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