Html Css Color HEX #ABA3BB Biloba Flower

📋 copy color: '#ABA3BB'

red 171 ◦ green 163 ◦ blue 187

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

Shades of Biloba Flower #ABA3BB

Tints of Biloba Flower #ABA3BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 35.89%

R = 32.82%
G = 31.29%
B = 35.89%

CMYK

 C value IS 0.09

 M value IS 0.13

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#ABA3BB (or 0xABA3BB) is known color: Biloba Flower. HEX triplet: AB, A3 and BB. RGB value is (171,163,187). Sum of RGB (Red+Green+Blue) = 171+163+187=521 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.82% from 521); Green value is 163 (64.06% from 255 or 31.29% from 521); Blue value is 187 (73.44% from 255 or 35.89% from 521); Max value from RGB is 187 - color contains mainly: blue. Hex color #ABA3BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABA3BB is #545C44. Grayscale: #A8A8A8. Windows color (decimal): -5528645 or 12297131. OLE color: 12297131.

HSL color Cylindrical-coordinate representation of color #ABA3BB: hue angle of 260º degrees, saturation: 0.15, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #ABA3BB is Cyan = 0.09, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 171 163 187 -
CMYK 0.09 0.13 0 0.27
HSL 260º 0.15% 0.69% -
HSV(B) 260º 0.13% 0.73% -
XYZ 38.86 38.44 52.39 -
YUV 168.13 138.65 130.05 -
System Red Green Blue C M Y K H S L
Decimal 171 163 187 0.09 0.13 0 0.27 260 0.15 0.69
Hex AB A3 BB 9 D 0 1B 104 F 45
Octal 253 243 273 11 15 0 33 404 17 105
Binary 10101011 10100011 10111011 1001 1101 0 11011 100000100 1111 1000101

Color Harmonies of #ABA3BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA3BB

Black with #ABA3BB

Text Example


Text Example

White with #ABA3BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA3BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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