#ABA1BD

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

Shades of Biloba Flower #ABA1BD

Tints of Biloba Flower #ABA1BD

Color information

#ABA1BD (or 0xABA1BD) is unknown color: approx Biloba Flower. HEX triplet: AB, A1 and BD. RGB value is (171,161,189). Sum of RGB (Red+Green+Blue) = 171+161+189=521 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.82% from 521); Green value is 161 (63.28% from 255 or 30.90% from 521); Blue value is 189 (74.22% from 255 or 36.28% from 521); Max value from RGB is 189 - color contains mainly: blue. Hex color #ABA1BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABA1BD is #545E42. Grayscale: #A7A7A7. Windows color (decimal): -5529155 or 12427691. OLE color: 12427691.

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

Color convert

RGB171161189-
CMYK0.100.1500.26
HSL261.43º17.5%68.63%-
HSV(B)261.43º14.81%74.12%-
XYZ38.7237.8253.4-
YUV167.18140.31130.72-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.82%
GREEN value IS 161 (63.28% from 255) = 30.90%
BLUE value IS 189 (74.22% from 255) = 36.28%
R=32.82%
G=30.90%
B=36.28%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1711611890.100.1500.26261.4317.568.63
HexABA1BDAF01A1051145
Octal253241275121703240521105
Binary10101011101000011011110110101111011010100000101100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA1BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA1BD; }

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

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

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

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

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

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

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

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