Html Css Color HEX #ACB6DD Perano

📋 copy color: '#ACB6DD'

red 172 ◦ green 182 ◦ blue 221

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

Shades of Perano #ACB6DD

Tints of Perano #ACB6DD

RGB

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

 GREEN value IS 182 (71.48% from 255) = 31.65%

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

R = 29.91%
G = 31.65%
B = 38.43%

CMYK

 C value IS 0.22

 M value IS 0.18

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#ACB6DD (or 0xACB6DD) is known color: Perano. HEX triplet: AC, B6 and DD. RGB value is (172,182,221). Sum of RGB (Red+Green+Blue) = 172+182+221=575 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.91% from 575); Green value is 182 (71.48% from 255 or 31.65% from 575); Blue value is 221 (86.72% from 255 or 38.43% from 575); Max value from RGB is 221 - color contains mainly: blue. Hex color #ACB6DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACB6DD is #534922. Grayscale: #B7B7B7. Windows color (decimal): -5458211 or 14530220. OLE color: 14530220.

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

Color convert

RGB 172 182 221 -
CMYK 0.22 0.18 0 0.13
HSL 227.76º 0.42% 0.77% -
HSV(B) 227.76º 0.22% 0.87% -
XYZ 46.79 47.45 75.1 -
YUV 183.46 149.19 119.83 -
System Red Green Blue C M Y K H S L
Decimal 172 182 221 0.22 0.18 0 0.13 227.76 0.42 0.77
Hex AC B6 DD 16 12 0 D E4 2A 4D
Octal 254 266 335 26 22 0 15 344 52 115
Binary 10101100 10110110 11011101 10110 10010 0 1101 11100100 101010 1001101

Color Harmonies of #ACB6DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB6DD

Black with #ACB6DD

Text Example


Text Example

White with #ACB6DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB6DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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