Html Css Color HEX #ACB2DC Perano

📋 copy color: '#ACB2DC'

red 172 ◦ green 178 ◦ blue 220

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

Shades of Perano #ACB2DC

Tints of Perano #ACB2DC

RGB

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

 GREEN value IS 178 (69.92% from 255) = 31.23%

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

R = 30.18%
G = 31.23%
B = 38.6%

CMYK

 C value IS 0.22

 M value IS 0.19

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#ACB2DC (or 0xACB2DC) is known color: Perano. HEX triplet: AC, B2 and DC. RGB value is (172,178,220). Sum of RGB (Red+Green+Blue) = 172+178+220=570 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.18% from 570); Green value is 178 (69.92% from 255 or 31.23% from 570); Blue value is 220 (86.33% from 255 or 38.60% from 570); Max value from RGB is 220 - color contains mainly: blue. Hex color #ACB2DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACB2DC is #534D23. Grayscale: #B4B4B4. Windows color (decimal): -5459236 or 14463660. OLE color: 14463660.

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

Color convert

RGB 172 178 220 -
CMYK 0.22 0.19 0 0.14
HSL 232.5º 0.41% 0.77% -
HSV(B) 232.5º 0.22% 0.86% -
XYZ 45.85 45.78 74.13 -
YUV 180.99 150.01 121.58 -
System Red Green Blue C M Y K H S L
Decimal 172 178 220 0.22 0.19 0 0.14 232.5 0.41 0.77
Hex AC B2 DC 16 13 0 E E8 29 4D
Octal 254 262 334 26 23 0 16 350 51 115
Binary 10101100 10110010 11011100 10110 10011 0 1110 11101000 101001 1001101

Color Harmonies of #ACB2DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB2DC

Black with #ACB2DC

Text Example


Text Example

White with #ACB2DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB2DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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