Html Css Color HEX #ABA0BC Biloba Flower

📋 copy color: '#ABA0BC'

red 171 ◦ green 160 ◦ blue 188

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

Shades of Biloba Flower #ABA0BC

Tints of Biloba Flower #ABA0BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 36.22%

R = 32.95%
G = 30.83%
B = 36.22%

CMYK

 C value IS 0.09

 M value IS 0.15

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#ABA0BC (or 0xABA0BC) is known color: Biloba Flower. HEX triplet: AB, A0 and BC. RGB value is (171,160,188). Sum of RGB (Red+Green+Blue) = 171+160+188=519 (68% of max value = 765). Red value is 171 (67.19% from 255 or 32.95% from 519); Green value is 160 (62.89% from 255 or 30.83% from 519); Blue value is 188 (73.83% from 255 or 36.22% from 519); Max value from RGB is 188 - color contains mainly: blue. Hex color #ABA0BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABA0BC is #545F43. Grayscale: #A6A6A6. Windows color (decimal): -5529412 or 12361899. OLE color: 12361899.

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

Color convert

RGB 171 160 188 -
CMYK 0.09 0.15 0 0.26
HSL 263.57º 0.17% 0.68% -
HSV(B) 263.57º 0.15% 0.74% -
XYZ 38.44 37.43 52.78 -
YUV 166.48 140.14 131.22 -
System Red Green Blue C M Y K H S L
Decimal 171 160 188 0.09 0.15 0 0.26 263.57 0.17 0.68
Hex AB A0 BC 9 F 0 1A 108 11 44
Octal 253 240 274 11 17 0 32 410 21 104
Binary 10101011 10100000 10111100 1001 1111 0 11010 100001000 10001 1000100

Color Harmonies of #ABA0BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA0BC

Black with #ABA0BC

Text Example


Text Example

White with #ABA0BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA0BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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