#ABA0BE

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

Shades of Biloba Flower #ABA0BE

Tints of Biloba Flower #ABA0BE

Color information

#ABA0BE (or 0xABA0BE) is unknown color: approx Biloba Flower. HEX triplet: AB, A0 and BE. RGB value is (171,160,190). Sum of RGB (Red+Green+Blue) = 171+160+190=521 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.82% from 521); Green value is 160 (62.89% from 255 or 30.71% from 521); Blue value is 190 (74.61% from 255 or 36.47% from 521); Max value from RGB is 190 - color contains mainly: blue. Hex color #ABA0BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABA0BE is #545F41. Grayscale: #A6A6A6. Windows color (decimal): -5529410 or 12492971. OLE color: 12492971.

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

Color convert

RGB171160190-
CMYK0.100.1600.25
HSL262º18.75%68.63%-
HSV(B)262º15.79%74.51%-
XYZ38.6637.5253.92-
YUV166.71141.14131.06-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.82%
GREEN value IS 160 (62.89% from 255) = 30.71%
BLUE value IS 190 (74.61% from 255) = 36.47%
R=32.82%
G=30.71%
B=36.47%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1711601900.100.1600.2526218.7568.63
HexABA0BEA100191061345
Octal253240276122003140623105
Binary101010111010000010111110101010000011001100000110100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA0BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA0BE; }

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

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

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

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

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

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

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

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