#ABA1BE

Color #ABA1BE Biloba Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Biloba Flower #ABA1BE

Tints of Biloba Flower #ABA1BE

Color information

#ABA1BE (or 0xABA1BE) is unknown color: approx 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

RGB171161190-
CMYK0.100.1500.25
HSL260.69º18.24%68.82%-
HSV(B)260.69º15.26%74.51%-
XYZ38.8337.8753.98-
YUV167.3140.81130.64-

RGB Variations

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

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.40%
R=32.76%
G=30.84%
B=36.40%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1711611900.100.1500.25260.6918.2468.82
HexABA1BEAF0191051245
Octal253241276121703140522105
Binary10101011101000011011111010101111011001100000101100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA1BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>