#AB9EBC

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

Shades of Biloba Flower #AB9EBC

Tints of Biloba Flower #AB9EBC

Color information

#AB9EBC (or 0xAB9EBC) is unknown color: approx Biloba Flower. HEX triplet: AB, 9E and BC. RGB value is (171,158,188). Sum of RGB (Red+Green+Blue) = 171+158+188=517 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.08% from 517); Green value is 158 (62.11% from 255 or 30.56% from 517); Blue value is 188 (73.83% from 255 or 36.36% from 517); Max value from RGB is 188 - color contains mainly: blue. Hex color #AB9EBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB9EBC is #546143. Grayscale: #A5A5A5. Windows color (decimal): -5529924 or 12361387. OLE color: 12361387.

HSL color Cylindrical-coordinate representation of color #AB9EBC: hue angle of 266º degrees, saturation: 0.18, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AB9EBC is Cyan = 0.09, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB171158188-
CMYK0.090.1600.26
HSL266º18.29%67.84%-
HSV(B)266º15.96%73.73%-
XYZ38.136.7452.66-
YUV165.31140.81132.06-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.08%
GREEN value IS 158 (62.11% from 255) = 30.56%
BLUE value IS 188 (73.83% from 255) = 36.36%
R=33.08%
G=30.56%
B=36.36%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1711581880.090.1600.2626618.2967.84
HexAB9EBC91001A10a1244
Octal253236274112003241222104
Binary101010111001111010111100100110000011010100001010100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9EBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9EBC; }

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

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

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

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

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

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

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

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