Html Css Color HEX #ACB6DC Perano

📋 copy color: '#ACB6DC'

red 172 ◦ green 182 ◦ blue 220

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

Shades of Perano #ACB6DC

Tints of Perano #ACB6DC

RGB

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

 GREEN value IS 182 (71.48% from 255) = 31.71%

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

R = 29.97%
G = 31.71%
B = 38.33%

CMYK

 C value IS 0.22

 M value IS 0.17

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#ACB6DC (or 0xACB6DC) is known color: Perano. HEX triplet: AC, B6 and DC. RGB value is (172,182,220). Sum of RGB (Red+Green+Blue) = 172+182+220=574 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.97% from 574); Green value is 182 (71.48% from 255 or 31.71% from 574); Blue value is 220 (86.33% from 255 or 38.33% from 574); Max value from RGB is 220 - color contains mainly: blue. Hex color #ACB6DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACB6DC is #534923. Grayscale: #B7B7B7. Windows color (decimal): -5458212 or 14464684. OLE color: 14464684.

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

Color convert

RGB 172 182 220 -
CMYK 0.22 0.17 0 0.14
HSL 227.5º 0.41% 0.77% -
HSV(B) 227.5º 0.22% 0.86% -
XYZ 46.66 47.39 74.4 -
YUV 183.34 148.69 119.91 -
System Red Green Blue C M Y K H S L
Decimal 172 182 220 0.22 0.17 0 0.14 227.5 0.41 0.77
Hex AC B6 DC 16 11 0 E E4 29 4D
Octal 254 266 334 26 21 0 16 344 51 115
Binary 10101100 10110110 11011100 10110 10001 0 1110 11100100 101001 1001101

Color Harmonies of #ACB6DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB6DC

Black with #ACB6DC

Text Example


Text Example

White with #ACB6DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB6DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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