Html Css Color HEX #ABA1BE Biloba Flower

📋 copy color: '#ABA1BE'

red 171 ◦ green 161 ◦ blue 190

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

Shades of Biloba Flower #ABA1BE

Tints of Biloba Flower #ABA1BE

RGB

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

 GREEN value IS 161 (63.28% from 255) = 30.84%

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

R = 32.76%
G = 30.84%
B = 36.4%

CMYK

 C value IS 0.10

 M value IS 0.15

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#ABA1BE (or 0xABA1BE) is known color: Biloba Flower. HEX triplet: AB, A1 and BE. RGB value is (171,161,190). Sum of RGB (Red+Green+Blue) = 171+161+190=522 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.76% from 522); Green value is 161 (63.28% from 255 or 30.84% from 522); Blue value is 190 (74.61% from 255 or 36.40% from 522); Max value from RGB is 190 - color contains mainly: blue. Hex color #ABA1BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABA1BE is #545E41. Grayscale: #A7A7A7. Windows color (decimal): -5529154 or 12493227. OLE color: 12493227.

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

Color convert

RGB 171 161 190 -
CMYK 0.10 0.15 0 0.25
HSL 260.69º 0.18% 0.69% -
HSV(B) 260.69º 0.15% 0.75% -
XYZ 38.83 37.87 53.98 -
YUV 167.3 140.81 130.64 -
System Red Green Blue C M Y K H S L
Decimal 171 161 190 0.10 0.15 0 0.25 260.69 0.18 0.69
Hex AB A1 BE A F 0 19 105 12 45
Octal 253 241 276 12 17 0 31 405 22 105
Binary 10101011 10100001 10111110 1010 1111 0 11001 100000101 10010 1000101

Color Harmonies of #ABA1BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA1BE

Black with #ABA1BE

Text Example


Text Example

White with #ABA1BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA1BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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