#AB9DBE

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

Shades of Biloba Flower #AB9DBE

Tints of Biloba Flower #AB9DBE

Color information

#AB9DBE (or 0xAB9DBE) is unknown color: approx Biloba Flower. HEX triplet: AB, 9D and BE. RGB value is (171,157,190). Sum of RGB (Red+Green+Blue) = 171+157+190=518 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.01% from 518); Green value is 157 (61.72% from 255 or 30.31% from 518); Blue value is 190 (74.61% from 255 or 36.68% from 518); Max value from RGB is 190 - color contains mainly: blue. Hex color #AB9DBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB9DBE is #546241. Grayscale: #A4A4A4. Windows color (decimal): -5530178 or 12492203. OLE color: 12492203.

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

Color convert

RGB171157190-
CMYK0.100.1700.25
HSL265.45º20.25%68.04%-
HSV(B)265.45º17.37%74.51%-
XYZ38.1536.4953.75-
YUV164.95142.14132.32-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.01%
GREEN value IS 157 (61.72% from 255) = 30.31%
BLUE value IS 190 (74.61% from 255) = 36.68%
R=33.01%
G=30.31%
B=36.68%

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
Decimal1711571900.100.1700.25265.4520.2568.04
HexAB9DBEA110191091444
Octal253235276122103141124104
Binary101010111001110110111110101010001011001100001001101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9DBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9DBE; }

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

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

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

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

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

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

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

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