Html Css Color HEX #ACB9DD Perano

📋 copy color: '#ACB9DD'

red 172 ◦ green 185 ◦ blue 221

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

Shades of Perano #ACB9DD

Tints of Perano #ACB9DD

RGB

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

 GREEN value IS 185 (72.66% from 255) = 32.01%

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

R = 29.76%
G = 32.01%
B = 38.24%

CMYK

 C value IS 0.22

 M value IS 0.16

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#ACB9DD (or 0xACB9DD) is known color: Perano. HEX triplet: AC, B9 and DD. RGB value is (172,185,221). Sum of RGB (Red+Green+Blue) = 172+185+221=578 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.76% from 578); Green value is 185 (72.66% from 255 or 32.01% from 578); Blue value is 221 (86.72% from 255 or 38.24% from 578); Max value from RGB is 221 - color contains mainly: blue. Hex color #ACB9DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACB9DD is #534622. Grayscale: #B9B9B9. Windows color (decimal): -5457443 or 14530988. OLE color: 14530988.

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

Color convert

RGB 172 185 221 -
CMYK 0.22 0.16 0 0.13
HSL 224.08º 0.42% 0.77% -
HSV(B) 224.08º 0.22% 0.87% -
XYZ 47.41 48.69 75.31 -
YUV 185.22 148.19 118.57 -
System Red Green Blue C M Y K H S L
Decimal 172 185 221 0.22 0.16 0 0.13 224.08 0.42 0.77
Hex AC B9 DD 16 10 0 D E0 2A 4D
Octal 254 271 335 26 20 0 15 340 52 115
Binary 10101100 10111001 11011101 10110 10000 0 1101 11100000 101010 1001101

Color Harmonies of #ACB9DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB9DD

Black with #ACB9DD

Text Example


Text Example

White with #ACB9DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB9DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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