Html Css Color HEX #AC99CB Biloba Flower

📋 copy color: '#AC99CB'

red 172 ◦ green 153 ◦ blue 203

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

Shades of Biloba Flower #AC99CB

Tints of Biloba Flower #AC99CB

RGB

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

 GREEN value IS 153 (60.16% from 255) = 28.98%

 BLUE value IS 203 (79.69% from 255) = 38.45%

R = 32.58%
G = 28.98%
B = 38.45%

CMYK

 C value IS 0.15

 M value IS 0.25

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AC99CB (or 0xAC99CB) is known color: Biloba Flower. HEX triplet: AC, 99 and CB. RGB value is (172,153,203). Sum of RGB (Red+Green+Blue) = 172+153+203=528 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.58% from 528); Green value is 153 (60.16% from 255 or 28.98% from 528); Blue value is 203 (79.69% from 255 or 38.45% from 528); Max value from RGB is 203 - color contains mainly: blue. Hex color #AC99CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC99CB is #536634. Grayscale: #A4A4A4. Windows color (decimal): -5465653 or 13343148. OLE color: 13343148.

HSL color Cylindrical-coordinate representation of color #AC99CB: hue angle of 262.8º degrees, saturation: 0.32, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AC99CB is Cyan = 0.15, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 172 153 203 -
CMYK 0.15 0.25 0 0.20
HSL 262.8º 0.32% 0.7% -
HSV(B) 262.8º 0.25% 0.8% -
XYZ 39.18 35.86 61.36 -
YUV 164.38 149.79 133.43 -
System Red Green Blue C M Y K H S L
Decimal 172 153 203 0.15 0.25 0 0.20 262.8 0.32 0.7
Hex AC 99 CB F 19 0 14 107 20 46
Octal 254 231 313 17 31 0 24 407 40 106
Binary 10101100 10011001 11001011 1111 11001 0 10100 100000111 100000 1000110

Color Harmonies of #AC99CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC99CB

Black with #AC99CB

Text Example


Text Example

White with #AC99CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC99CB; }

 p { color: rgb(172,153,203); }

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

background-color css

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

 a { background-color: rgb(172,153,203); }

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

border-color css

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

 span { border-color: rgb(172,153,203); }

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