Html Css Color HEX #ACB4DC Perano

📋 copy color: '#ACB4DC'

red 172 ◦ green 180 ◦ blue 220

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

Shades of Perano #ACB4DC

Tints of Perano #ACB4DC

RGB

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

 GREEN value IS 180 (70.7% from 255) = 31.47%

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

R = 30.07%
G = 31.47%
B = 38.46%

CMYK

 C value IS 0.22

 M value IS 0.18

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#ACB4DC (or 0xACB4DC) is known color: Perano. HEX triplet: AC, B4 and DC. RGB value is (172,180,220). Sum of RGB (Red+Green+Blue) = 172+180+220=572 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.07% from 572); Green value is 180 (70.70% from 255 or 31.47% from 572); Blue value is 220 (86.33% from 255 or 38.46% from 572); Max value from RGB is 220 - color contains mainly: blue. Hex color #ACB4DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACB4DC is #534B23. Grayscale: #B5B5B5. Windows color (decimal): -5458724 or 14464172. OLE color: 14464172.

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

Color convert

RGB 172 180 220 -
CMYK 0.22 0.18 0 0.14
HSL 230º 0.41% 0.77% -
HSV(B) 230º 0.22% 0.86% -
XYZ 46.25 46.58 74.26 -
YUV 182.17 149.35 120.75 -
System Red Green Blue C M Y K H S L
Decimal 172 180 220 0.22 0.18 0 0.14 230 0.41 0.77
Hex AC B4 DC 16 12 0 E E6 29 4D
Octal 254 264 334 26 22 0 16 346 51 115
Binary 10101100 10110100 11011100 10110 10010 0 1110 11100110 101001 1001101

Color Harmonies of #ACB4DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB4DC

Black with #ACB4DC

Text Example


Text Example

White with #ACB4DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB4DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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