Html Css Color HEX #ACB1DC Perano

📋 copy color: '#ACB1DC'

red 172 ◦ green 177 ◦ blue 220

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

Shades of Perano #ACB1DC

Tints of Perano #ACB1DC

RGB

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

 GREEN value IS 177 (69.53% from 255) = 31.11%

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

R = 30.23%
G = 31.11%
B = 38.66%

CMYK

 C value IS 0.22

 M value IS 0.20

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#ACB1DC (or 0xACB1DC) is known color: Perano. HEX triplet: AC, B1 and DC. RGB value is (172,177,220). Sum of RGB (Red+Green+Blue) = 172+177+220=569 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.23% from 569); Green value is 177 (69.53% from 255 or 31.11% from 569); Blue value is 220 (86.33% from 255 or 38.66% from 569); Max value from RGB is 220 - color contains mainly: blue. Hex color #ACB1DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACB1DC is #534E23. Grayscale: #B4B4B4. Windows color (decimal): -5459492 or 14463404. OLE color: 14463404.

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

Color convert

RGB 172 177 220 -
CMYK 0.22 0.20 0 0.14
HSL 233.75º 0.41% 0.77% -
HSV(B) 233.75º 0.22% 0.86% -
XYZ 45.65 45.38 74.06 -
YUV 180.41 150.34 122 -
System Red Green Blue C M Y K H S L
Decimal 172 177 220 0.22 0.20 0 0.14 233.75 0.41 0.77
Hex AC B1 DC 16 14 0 E EA 29 4D
Octal 254 261 334 26 24 0 16 352 51 115
Binary 10101100 10110001 11011100 10110 10100 0 1110 11101010 101001 1001101

Color Harmonies of #ACB1DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB1DC

Black with #ACB1DC

Text Example


Text Example

White with #ACB1DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB1DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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