Html Css Color HEX #ABA3BC Biloba Flower

📋 copy color: '#ABA3BC'

red 171 ◦ green 163 ◦ blue 188

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

Shades of Biloba Flower #ABA3BC

Tints of Biloba Flower #ABA3BC

RGB

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

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

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

R = 32.76%
G = 31.23%
B = 36.02%

CMYK

 C value IS 0.09

 M value IS 0.13

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#ABA3BC (or 0xABA3BC) is known color: Biloba Flower. HEX triplet: AB, A3 and BC. RGB value is (171,163,188). Sum of RGB (Red+Green+Blue) = 171+163+188=522 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.76% from 522); Green value is 163 (64.06% from 255 or 31.23% from 522); Blue value is 188 (73.83% from 255 or 36.02% from 522); Max value from RGB is 188 - color contains mainly: blue. Hex color #ABA3BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABA3BC is #545C43. Grayscale: #A8A8A8. Windows color (decimal): -5528644 or 12362667. OLE color: 12362667.

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

Color convert

RGB 171 163 188 -
CMYK 0.09 0.13 0 0.26
HSL 259.2º 0.16% 0.69% -
HSV(B) 259.2º 0.13% 0.74% -
XYZ 38.97 38.48 52.95 -
YUV 168.24 139.15 129.97 -
System Red Green Blue C M Y K H S L
Decimal 171 163 188 0.09 0.13 0 0.26 259.2 0.16 0.69
Hex AB A3 BC 9 D 0 1A 103 10 45
Octal 253 243 274 11 15 0 32 403 20 105
Binary 10101011 10100011 10111100 1001 1101 0 11010 100000011 10000 1000101

Color Harmonies of #ABA3BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA3BC

Black with #ABA3BC

Text Example


Text Example

White with #ABA3BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA3BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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