Html Css Color HEX #AC9DBF Biloba Flower

📋 copy color: '#AC9DBF'

red 172 ◦ green 157 ◦ blue 191

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

Shades of Biloba Flower #AC9DBF

Tints of Biloba Flower #AC9DBF

RGB

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

 GREEN value IS 157 (61.72% from 255) = 30.19%

 BLUE value IS 191 (75% from 255) = 36.73%

R = 33.08%
G = 30.19%
B = 36.73%

CMYK

 C value IS 0.10

 M value IS 0.18

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AC9DBF (or 0xAC9DBF) is known color: Biloba Flower. HEX triplet: AC, 9D and BF. RGB value is (172,157,191). Sum of RGB (Red+Green+Blue) = 172+157+191=520 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.08% from 520); Green value is 157 (61.72% from 255 or 30.19% 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 #AC9DBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC9DBF is #536240. Grayscale: #A5A5A5. Windows color (decimal): -5464641 or 12557740. OLE color: 12557740.

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

Color convert

RGB 172 157 191 -
CMYK 0.10 0.18 0 0.25
HSL 266.47º 0.21% 0.68% -
HSV(B) 266.47º 0.18% 0.75% -
XYZ 38.47 36.65 54.34 -
YUV 165.36 142.47 132.74 -
System Red Green Blue C M Y K H S L
Decimal 172 157 191 0.10 0.18 0 0.25 266.47 0.21 0.68
Hex AC 9D BF A 12 0 19 10A 15 44
Octal 254 235 277 12 22 0 31 412 25 104
Binary 10101100 10011101 10111111 1010 10010 0 11001 100001010 10101 1000100

Color Harmonies of #AC9DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9DBF

Black with #AC9DBF

Text Example


Text Example

White with #AC9DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9DBF; }

 p { color: rgb(172,157,191); }

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

background-color css

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

 a { background-color: rgb(172,157,191); }

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

border-color css

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

 span { border-color: rgb(172,157,191); }

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