Html Css Color HEX #ACB5DC Perano

📋 copy color: '#ACB5DC'

red 172 ◦ green 181 ◦ blue 220

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

Shades of Perano #ACB5DC

Tints of Perano #ACB5DC

RGB

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

 GREEN value IS 181 (71.09% from 255) = 31.59%

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

R = 30.02%
G = 31.59%
B = 38.39%

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

#ACB5DC (or 0xACB5DC) is known color: Perano. HEX triplet: AC, B5 and DC. RGB value is (172,181,220). Sum of RGB (Red+Green+Blue) = 172+181+220=573 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.02% from 573); Green value is 181 (71.09% from 255 or 31.59% from 573); Blue value is 220 (86.33% from 255 or 38.39% from 573); Max value from RGB is 220 - color contains mainly: blue. Hex color #ACB5DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACB5DC is #534A23. Grayscale: #B6B6B6. Windows color (decimal): -5458468 or 14464428. OLE color: 14464428.

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

Color convert

RGB 172 181 220 -
CMYK 0.22 0.18 0 0.14
HSL 228.75º 0.41% 0.77% -
HSV(B) 228.75º 0.22% 0.86% -
XYZ 46.46 46.99 74.33 -
YUV 182.76 149.02 120.33 -
System Red Green Blue C M Y K H S L
Decimal 172 181 220 0.22 0.18 0 0.14 228.75 0.41 0.77
Hex AC B5 DC 16 12 0 E E5 29 4D
Octal 254 265 334 26 22 0 16 345 51 115
Binary 10101100 10110101 11011100 10110 10010 0 1110 11100101 101001 1001101

Color Harmonies of #ACB5DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB5DC

Black with #ACB5DC

Text Example


Text Example

White with #ACB5DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB5DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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