Html Css Color HEX #AC9FBC Biloba Flower

📋 copy color: '#AC9FBC'

red 172 ◦ green 159 ◦ blue 188

#AC9FBC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Biloba Flower #AC9FBC

Tints of Biloba Flower #AC9FBC

RGB

 RED value IS 172 (67.58% from 255) = 33.14%

 GREEN value IS 159 (62.5% from 255) = 30.64%

 BLUE value IS 188 (73.83% from 255) = 36.22%

R = 33.14%
G = 30.64%
B = 36.22%

CMYK

 C value IS 0.09

 M value IS 0.15

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AC9FBC (or 0xAC9FBC) is known color: Biloba Flower. HEX triplet: AC, 9F and BC. RGB value is (172,159,188). Sum of RGB (Red+Green+Blue) = 172+159+188=519 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.14% from 519); Green value is 159 (62.5% from 255 or 30.64% from 519); Blue value is 188 (73.83% from 255 or 36.22% from 519); Max value from RGB is 188 - color contains mainly: blue. Hex color #AC9FBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC9FBC is #536043. Grayscale: #A6A6A6. Windows color (decimal): -5464132 or 12361644. OLE color: 12361644.

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

Color convert

RGB 172 159 188 -
CMYK 0.09 0.15 0 0.26
HSL 266.9º 0.18% 0.68% -
HSV(B) 266.9º 0.15% 0.74% -
XYZ 38.49 37.2 52.73 -
YUV 166.19 140.31 132.14 -
System Red Green Blue C M Y K H S L
Decimal 172 159 188 0.09 0.15 0 0.26 266.9 0.18 0.68
Hex AC 9F BC 9 F 0 1A 10B 12 44
Octal 254 237 274 11 17 0 32 413 22 104
Binary 10101100 10011111 10111100 1001 1111 0 11010 100001011 10010 1000100

Color Harmonies of #AC9FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9FBC

Black with #AC9FBC

Text Example


Text Example

White with #AC9FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9FBC; }

 p { color: rgb(172,159,188); }

 H1.HeaderClassName
 {
   color: #AC9FBC;
 }
 .AnyTagClassName
 {
   color: #AC9FBC;
 }
</style>

background-color css

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

 a { background-color: rgb(172,159,188); }

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

border-color css

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

 span { border-color: rgb(172,159,188); }

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