Html Css Color HEX #ABA3B9 Biloba Flower

📋 copy color: '#ABA3B9'

red 171 ◦ green 163 ◦ blue 185

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

Shades of Biloba Flower #ABA3B9

Tints of Biloba Flower #ABA3B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 35.65%

R = 32.95%
G = 31.41%
B = 35.65%

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

#ABA3B9 (or 0xABA3B9) is known color: Biloba Flower. HEX triplet: AB, A3 and B9. RGB value is (171,163,185). Sum of RGB (Red+Green+Blue) = 171+163+185=519 (68% of max value = 765). Red value is 171 (67.19% from 255 or 32.95% from 519); Green value is 163 (64.06% from 255 or 31.41% from 519); Blue value is 185 (72.66% from 255 or 35.65% from 519); Max value from RGB is 185 - color contains mainly: blue. Hex color #ABA3B9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABA3B9 is #545C46. Grayscale: #A7A7A7. Windows color (decimal): -5528647 or 12166059. OLE color: 12166059.

HSL color Cylindrical-coordinate representation of color #ABA3B9: hue angle of 261.82º 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 #ABA3B9 is Cyan = 0.08, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 171 163 185 -
CMYK 0.08 0.12 0 0.27
HSL 261.82º 0.14% 0.68% -
HSV(B) 261.82º 0.12% 0.73% -
XYZ 38.65 38.36 51.27 -
YUV 167.9 137.65 130.21 -
System Red Green Blue C M Y K H S L
Decimal 171 163 185 0.08 0.12 0 0.27 261.82 0.14 0.68
Hex AB A3 B9 8 C 0 1B 106 E 44
Octal 253 243 271 10 14 0 33 406 16 104
Binary 10101011 10100011 10111001 1000 1100 0 11011 100000110 1110 1000100

Color Harmonies of #ABA3B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA3B9

Black with #ABA3B9

Text Example


Text Example

White with #ABA3B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA3B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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