Html Css Color HEX #ACB0DC Perano

📋 copy color: '#ACB0DC'

red 172 ◦ green 176 ◦ blue 220

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

Shades of Perano #ACB0DC

Tints of Perano #ACB0DC

RGB

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

 GREEN value IS 176 (69.14% from 255) = 30.99%

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

R = 30.28%
G = 30.99%
B = 38.73%

CMYK

 C value IS 0.22

 M value IS 0.2

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#ACB0DC (or 0xACB0DC) is known color: Perano. HEX triplet: AC, B0 and DC. RGB value is (172,176,220). Sum of RGB (Red+Green+Blue) = 172+176+220=568 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.28% from 568); Green value is 176 (69.14% from 255 or 30.99% from 568); Blue value is 220 (86.33% from 255 or 38.73% from 568); Max value from RGB is 220 - color contains mainly: blue. Hex color #ACB0DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACB0DC is #534F23. Grayscale: #B3B3B3. Windows color (decimal): -5459748 or 14463148. OLE color: 14463148.

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

Color convert

RGB 172 176 220 -
CMYK 0.22 0.2 0 0.14
HSL 235º 0.41% 0.77% -
HSV(B) 235º 0.22% 0.86% -
XYZ 45.46 44.99 74 -
YUV 179.82 150.67 122.42 -
System Red Green Blue C M Y K H S L
Decimal 172 176 220 0.22 0.2 0 0.14 235 0.41 0.77
Hex AC B0 DC 16 14 0 E EB 29 4D
Octal 254 260 334 26 24 0 16 353 51 115
Binary 10101100 10110000 11011100 10110 10100 0 1110 11101011 101001 1001101

Color Harmonies of #ACB0DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB0DC

Black with #ACB0DC

Text Example


Text Example

White with #ACB0DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB0DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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