Html Css Color HEX #ACB0DD Perano

📋 copy color: '#ACB0DD'

red 172 ◦ green 176 ◦ blue 221

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

Shades of Perano #ACB0DD

Tints of Perano #ACB0DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 38.84%

R = 30.23%
G = 30.93%
B = 38.84%

CMYK

 C value IS 0.22

 M value IS 0.20

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#ACB0DD (or 0xACB0DD) is known color: Perano. HEX triplet: AC, B0 and DD. RGB value is (172,176,221). Sum of RGB (Red+Green+Blue) = 172+176+221=569 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.23% from 569); Green value is 176 (69.14% from 255 or 30.93% from 569); Blue value is 221 (86.72% from 255 or 38.84% from 569); Max value from RGB is 221 - color contains mainly: blue. Hex color #ACB0DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACB0DD is #534F22. Grayscale: #B3B3B3. Windows color (decimal): -5459747 or 14528684. OLE color: 14528684.

HSL color Cylindrical-coordinate representation of color #ACB0DD: hue angle of 235.1º degrees, saturation: 0.42, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ACB0DD is Cyan = 0.22, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 172 176 221 -
CMYK 0.22 0.20 0 0.13
HSL 235.1º 0.42% 0.77% -
HSV(B) 235.1º 0.22% 0.87% -
XYZ 45.59 45.04 74.7 -
YUV 179.93 151.17 122.34 -
System Red Green Blue C M Y K H S L
Decimal 172 176 221 0.22 0.20 0 0.13 235.1 0.42 0.77
Hex AC B0 DD 16 14 0 D EB 2A 4D
Octal 254 260 335 26 24 0 15 353 52 115
Binary 10101100 10110000 11011101 10110 10100 0 1101 11101011 101010 1001101

Color Harmonies of #ACB0DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB0DD

Black with #ACB0DD

Text Example


Text Example

White with #ACB0DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB0DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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