Html Css Color HEX #ABA0BE Biloba Flower

📋 copy color: '#ABA0BE'

red 171 ◦ green 160 ◦ blue 190

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

Shades of Biloba Flower #ABA0BE

Tints of Biloba Flower #ABA0BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 36.47%

R = 32.82%
G = 30.71%
B = 36.47%

CMYK

 C value IS 0.10

 M value IS 0.16

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#ABA0BE (or 0xABA0BE) is known color: Biloba Flower. HEX triplet: AB, A0 and BE. RGB value is (171,160,190). Sum of RGB (Red+Green+Blue) = 171+160+190=521 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.82% from 521); Green value is 160 (62.89% from 255 or 30.71% from 521); Blue value is 190 (74.61% from 255 or 36.47% from 521); Max value from RGB is 190 - color contains mainly: blue. Hex color #ABA0BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABA0BE is #545F41. Grayscale: #A6A6A6. Windows color (decimal): -5529410 or 12492971. OLE color: 12492971.

HSL color Cylindrical-coordinate representation of color #ABA0BE: hue angle of 262º degrees, saturation: 0.19, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ABA0BE is Cyan = 0.10, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 171 160 190 -
CMYK 0.10 0.16 0 0.25
HSL 262º 0.19% 0.69% -
HSV(B) 262º 0.16% 0.75% -
XYZ 38.66 37.52 53.92 -
YUV 166.71 141.14 131.06 -
System Red Green Blue C M Y K H S L
Decimal 171 160 190 0.10 0.16 0 0.25 262 0.19 0.69
Hex AB A0 BE A 10 0 19 106 13 45
Octal 253 240 276 12 20 0 31 406 23 105
Binary 10101011 10100000 10111110 1010 10000 0 11001 100000110 10011 1000101

Color Harmonies of #ABA0BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA0BE

Black with #ABA0BE

Text Example


Text Example

White with #ABA0BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA0BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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