Html Css Color HEX #ABA2BC Biloba Flower

📋 copy color: '#ABA2BC'

red 171 ◦ green 162 ◦ blue 188

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

Shades of Biloba Flower #ABA2BC

Tints of Biloba Flower #ABA2BC

RGB

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

 GREEN value IS 162 (63.67% from 255) = 31.09%

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

R = 32.82%
G = 31.09%
B = 36.08%

CMYK

 C value IS 0.09

 M value IS 0.14

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#ABA2BC (or 0xABA2BC) is known color: Biloba Flower. HEX triplet: AB, A2 and BC. RGB value is (171,162,188). Sum of RGB (Red+Green+Blue) = 171+162+188=521 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.82% from 521); Green value is 162 (63.67% from 255 or 31.09% from 521); Blue value is 188 (73.83% from 255 or 36.08% from 521); Max value from RGB is 188 - color contains mainly: blue. Hex color #ABA2BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABA2BC is #545D43. Grayscale: #A7A7A7. Windows color (decimal): -5528900 or 12362411. OLE color: 12362411.

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

Color convert

RGB 171 162 188 -
CMYK 0.09 0.14 0 0.26
HSL 260.77º 0.16% 0.69% -
HSV(B) 260.77º 0.14% 0.74% -
XYZ 38.79 38.13 52.89 -
YUV 167.66 139.48 130.39 -
System Red Green Blue C M Y K H S L
Decimal 171 162 188 0.09 0.14 0 0.26 260.77 0.16 0.69
Hex AB A2 BC 9 E 0 1A 105 10 45
Octal 253 242 274 11 16 0 32 405 20 105
Binary 10101011 10100010 10111100 1001 1110 0 11010 100000101 10000 1000101

Color Harmonies of #ABA2BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA2BC

Black with #ABA2BC

Text Example


Text Example

White with #ABA2BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA2BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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