#ABA3BE

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

Shades of Biloba Flower #ABA3BE

Tints of Biloba Flower #ABA3BE

Color information

#ABA3BE (or 0xABA3BE) is unknown color: approx Biloba Flower. HEX triplet: AB, A3 and BE. RGB value is (171,163,190). Sum of RGB (Red+Green+Blue) = 171+163+190=524 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.63% from 524); Green value is 163 (64.06% from 255 or 31.11% from 524); Blue value is 190 (74.61% from 255 or 36.26% from 524); Max value from RGB is 190 - color contains mainly: blue. Hex color #ABA3BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABA3BE is #545C41. Grayscale: #A8A8A8. Windows color (decimal): -5528642 or 12493739. OLE color: 12493739.

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

Color convert

RGB171163190-
CMYK0.100.1400.25
HSL257.78º17.2%69.22%-
HSV(B)257.78º14.21%74.51%-
XYZ39.1938.5754.09-
YUV168.47140.15129.8-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.63%
GREEN value IS 163 (64.06% from 255) = 31.11%
BLUE value IS 190 (74.61% from 255) = 36.26%
R=32.63%
G=31.11%
B=36.26%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1711631900.100.1400.25257.7817.269.22
HexABA3BEAE0191021145
Octal253243276121603140221105
Binary10101011101000111011111010101110011001100000010100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA3BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA3BE; }

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

 H1.HeaderClassName
 {
   color: #ABA3BE;
 }
 .AnyTagClassName
 {
   color: #ABA3BE;
 }
</style>
background-color css

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

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

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

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

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

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