#AC9BED

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

Shades of Biloba Flower #AC9BED

Tints of Biloba Flower #AC9BED

Color information

#AC9BED (or 0xAC9BED) is unknown color: approx Biloba Flower. HEX triplet: AC, 9B and ED. RGB value is (172,155,237). Sum of RGB (Red+Green+Blue) = 172+155+237=564 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.50% from 564); Green value is 155 (60.94% from 255 or 27.48% from 564); Blue value is 237 (92.97% from 255 or 42.02% from 564); Max value from RGB is 237 - color contains mainly: blue. Hex color #AC9BED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AC9BED is #536412. Grayscale: #A9A9A9. Windows color (decimal): -5465107 or 15571884. OLE color: 15571884.

HSL color Cylindrical-coordinate representation of color #AC9BED: hue angle of 252.44º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AC9BED is Cyan = 0.27, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB172155237-
CMYK0.270.3500.07
HSL252.44º69.49%76.86%-
HSV(B)252.44º34.6%92.94%-
XYZ44.0238.3385.2-
YUV169.43166.13129.83-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.50%
GREEN value IS 155 (60.94% from 255) = 27.48%
BLUE value IS 237 (92.97% from 255) = 42.02%
R=30.50%
G=27.48%
B=42.02%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1721552370.270.3500.07252.4469.4976.86
HexAC9BED1B2307fc454d
Octal254233355334307374105115
Binary1010110010011011111011011101110001101111111110010001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9BED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9BED; }

 p { color: rgb(172,155,237); }

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

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

 a { background-color: rgb(172,155,237); }

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

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

 span { border-color: rgb(172,155,237); }

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