Html Css Color HEX #ABA3BD Biloba Flower

📋 copy color: '#ABA3BD'

red 171 ◦ green 163 ◦ blue 189

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

Shades of Biloba Flower #ABA3BD

Tints of Biloba Flower #ABA3BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 36.14%

R = 32.7%
G = 31.17%
B = 36.14%

CMYK

 C value IS 0.10

 M value IS 0.14

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#ABA3BD (or 0xABA3BD) is known color: Biloba Flower. HEX triplet: AB, A3 and BD. RGB value is (171,163,189). Sum of RGB (Red+Green+Blue) = 171+163+189=523 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.70% from 523); Green value is 163 (64.06% from 255 or 31.17% from 523); Blue value is 189 (74.22% from 255 or 36.14% from 523); Max value from RGB is 189 - color contains mainly: blue. Hex color #ABA3BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABA3BD is #545C42. Grayscale: #A8A8A8. Windows color (decimal): -5528643 or 12428203. OLE color: 12428203.

HSL color Cylindrical-coordinate representation of color #ABA3BD: hue angle of 258.46º 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 #ABA3BD is Cyan = 0.10, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 171 163 189 -
CMYK 0.10 0.14 0 0.26
HSL 258.46º 0.16% 0.69% -
HSV(B) 258.46º 0.14% 0.74% -
XYZ 39.08 38.53 53.52 -
YUV 168.36 139.65 129.89 -
System Red Green Blue C M Y K H S L
Decimal 171 163 189 0.10 0.14 0 0.26 258.46 0.16 0.69
Hex AB A3 BD A E 0 1A 102 10 45
Octal 253 243 275 12 16 0 32 402 20 105
Binary 10101011 10100011 10111101 1010 1110 0 11010 100000010 10000 1000101

Color Harmonies of #ABA3BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA3BD

Black with #ABA3BD

Text Example


Text Example

White with #ABA3BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA3BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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