Html Css Color HEX #ACB9DC Perano

📋 copy color: '#ACB9DC'

red 172 ◦ green 185 ◦ blue 220

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

Shades of Perano #ACB9DC

Tints of Perano #ACB9DC

RGB

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

 GREEN value IS 185 (72.66% from 255) = 32.06%

 BLUE value IS 220 (86.33% from 255) = 38.13%

R = 29.81%
G = 32.06%
B = 38.13%

CMYK

 C value IS 0.22

 M value IS 0.16

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#ACB9DC (or 0xACB9DC) is known color: Perano. HEX triplet: AC, B9 and DC. RGB value is (172,185,220). Sum of RGB (Red+Green+Blue) = 172+185+220=577 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.81% from 577); Green value is 185 (72.66% from 255 or 32.06% from 577); Blue value is 220 (86.33% from 255 or 38.13% from 577); Max value from RGB is 220 - color contains mainly: blue. Hex color #ACB9DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACB9DC is #534623. Grayscale: #B8B8B8. Windows color (decimal): -5457444 or 14465452. OLE color: 14465452.

HSL color Cylindrical-coordinate representation of color #ACB9DC: hue angle of 223.75º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ACB9DC is Cyan = 0.22, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 172 185 220 -
CMYK 0.22 0.16 0 0.14
HSL 223.75º 0.41% 0.77% -
HSV(B) 223.75º 0.22% 0.86% -
XYZ 47.28 48.64 74.61 -
YUV 185.1 147.69 118.65 -
System Red Green Blue C M Y K H S L
Decimal 172 185 220 0.22 0.16 0 0.14 223.75 0.41 0.77
Hex AC B9 DC 16 10 0 E E0 29 4D
Octal 254 271 334 26 20 0 16 340 51 115
Binary 10101100 10111001 11011100 10110 10000 0 1110 11100000 101001 1001101

Color Harmonies of #ACB9DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB9DC

Black with #ACB9DC

Text Example


Text Example

White with #ACB9DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB9DC; }

 p { color: rgb(172,185,220); }

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

background-color css

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

 a { background-color: rgb(172,185,220); }

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

border-color css

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

 span { border-color: rgb(172,185,220); }

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