Html Css Color HEX #ACB8DC Perano

📋 copy color: '#ACB8DC'

red 172 ◦ green 184 ◦ blue 220

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

Shades of Perano #ACB8DC

Tints of Perano #ACB8DC

RGB

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

 GREEN value IS 184 (72.27% from 255) = 31.94%

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

R = 29.86%
G = 31.94%
B = 38.19%

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

#ACB8DC (or 0xACB8DC) is known color: Perano. HEX triplet: AC, B8 and DC. RGB value is (172,184,220). Sum of RGB (Red+Green+Blue) = 172+184+220=576 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.86% from 576); Green value is 184 (72.27% from 255 or 31.94% from 576); Blue value is 220 (86.33% from 255 or 38.19% from 576); Max value from RGB is 220 - color contains mainly: blue. Hex color #ACB8DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACB8DC is #534723. Grayscale: #B8B8B8. Windows color (decimal): -5457700 or 14465196. OLE color: 14465196.

HSL color Cylindrical-coordinate representation of color #ACB8DC: hue angle of 225º 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 #ACB8DC is Cyan = 0.22, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 172 184 220 -
CMYK 0.22 0.16 0 0.14
HSL 225º 0.41% 0.77% -
HSV(B) 225º 0.22% 0.86% -
XYZ 47.07 48.22 74.54 -
YUV 184.52 148.02 119.07 -
System Red Green Blue C M Y K H S L
Decimal 172 184 220 0.22 0.16 0 0.14 225 0.41 0.77
Hex AC B8 DC 16 10 0 E E1 29 4D
Octal 254 270 334 26 20 0 16 341 51 115
Binary 10101100 10111000 11011100 10110 10000 0 1110 11100001 101001 1001101

Color Harmonies of #ACB8DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB8DC

Black with #ACB8DC

Text Example


Text Example

White with #ACB8DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB8DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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