#ABA2BE

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

Shades of Biloba Flower #ABA2BE

Tints of Biloba Flower #ABA2BE

Color information

#ABA2BE (or 0xABA2BE) is unknown color: approx Biloba Flower. HEX triplet: AB, A2 and BE. RGB value is (171,162,190). Sum of RGB (Red+Green+Blue) = 171+162+190=523 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.70% from 523); Green value is 162 (63.67% from 255 or 30.98% from 523); Blue value is 190 (74.61% from 255 or 36.33% from 523); Max value from RGB is 190 - color contains mainly: blue. Hex color #ABA2BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABA2BE is #545D41. Grayscale: #A7A7A7. Windows color (decimal): -5528898 or 12493483. OLE color: 12493483.

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

Color convert

RGB171162190-
CMYK0.100.1500.25
HSL259.29º17.72%69.02%-
HSV(B)259.29º14.74%74.51%-
XYZ39.0138.2254.04-
YUV167.88140.48130.22-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.70%
GREEN value IS 162 (63.67% from 255) = 30.98%
BLUE value IS 190 (74.61% from 255) = 36.33%
R=32.70%
G=30.98%
B=36.33%

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
Decimal1711621900.100.1500.25259.2917.7269.02
HexABA2BEAF0191031245
Octal253242276121703140322105
Binary10101011101000101011111010101111011001100000011100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA2BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA2BE; }

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

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

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

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

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

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

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

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