#AB9EBF

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

Shades of Biloba Flower #AB9EBF

Tints of Biloba Flower #AB9EBF

Color information

#AB9EBF (or 0xAB9EBF) is unknown color: approx Biloba Flower. HEX triplet: AB, 9E and BF. RGB value is (171,158,191). Sum of RGB (Red+Green+Blue) = 171+158+191=520 (68% of max value = 765). Red value is 171 (67.19% from 255 or 32.88% from 520); Green value is 158 (62.11% from 255 or 30.38% from 520); Blue value is 191 (75% from 255 or 36.73% from 520); Max value from RGB is 191 - color contains mainly: blue. Hex color #AB9EBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB9EBF is #546140. Grayscale: #A5A5A5. Windows color (decimal): -5529921 or 12557995. OLE color: 12557995.

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

Color convert

RGB171158191-
CMYK0.100.1700.25
HSL263.64º20.5%68.43%-
HSV(B)263.64º17.28%74.9%-
XYZ38.4336.8754.38-
YUV165.65142.31131.82-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.88%
GREEN value IS 158 (62.11% from 255) = 30.38%
BLUE value IS 191 (75% from 255) = 36.73%
R=32.88%
G=30.38%
B=36.73%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1711581910.100.1700.25263.6420.568.43
HexAB9EBFA110191081444
Octal253236277122103141024104
Binary101010111001111010111111101010001011001100001000101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9EBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9EBF; }

 p { color: rgb(171,158,191); }

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

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

 a { background-color: rgb(171,158,191); }

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

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

 span { border-color: rgb(171,158,191); }

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