Html Css Color HEX #ACB2DD Perano

📋 copy color: '#ACB2DD'

red 172 ◦ green 178 ◦ blue 221

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

Shades of Perano #ACB2DD

Tints of Perano #ACB2DD

RGB

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

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

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

R = 30.12%
G = 31.17%
B = 38.7%

CMYK

 C value IS 0.22

 M value IS 0.19

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#ACB2DD (or 0xACB2DD) is known color: Perano. HEX triplet: AC, B2 and DD. RGB value is (172,178,221). Sum of RGB (Red+Green+Blue) = 172+178+221=571 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.12% from 571); Green value is 178 (69.92% from 255 or 31.17% from 571); Blue value is 221 (86.72% from 255 or 38.70% from 571); Max value from RGB is 221 - color contains mainly: blue. Hex color #ACB2DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACB2DD is #534D22. Grayscale: #B4B4B4. Windows color (decimal): -5459235 or 14529196. OLE color: 14529196.

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

Color convert

RGB 172 178 221 -
CMYK 0.22 0.19 0 0.13
HSL 232.65º 0.42% 0.77% -
HSV(B) 232.65º 0.22% 0.87% -
XYZ 45.98 45.83 74.83 -
YUV 181.11 150.51 121.5 -
System Red Green Blue C M Y K H S L
Decimal 172 178 221 0.22 0.19 0 0.13 232.65 0.42 0.77
Hex AC B2 DD 16 13 0 D E9 2A 4D
Octal 254 262 335 26 23 0 15 351 52 115
Binary 10101100 10110010 11011101 10110 10011 0 1101 11101001 101010 1001101

Color Harmonies of #ACB2DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB2DD

Black with #ACB2DD

Text Example


Text Example

White with #ACB2DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB2DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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