Html Css Color HEX #ACB7DD Perano

📋 copy color: '#ACB7DD'

red 172 ◦ green 183 ◦ blue 221

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

Shades of Perano #ACB7DD

Tints of Perano #ACB7DD

RGB

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

 GREEN value IS 183 (71.88% from 255) = 31.77%

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

R = 29.86%
G = 31.77%
B = 38.37%

CMYK

 C value IS 0.22

 M value IS 0.17

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#ACB7DD (or 0xACB7DD) is known color: Perano. HEX triplet: AC, B7 and DD. RGB value is (172,183,221). Sum of RGB (Red+Green+Blue) = 172+183+221=576 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.86% from 576); Green value is 183 (71.88% from 255 or 31.77% from 576); Blue value is 221 (86.72% from 255 or 38.37% from 576); Max value from RGB is 221 - color contains mainly: blue. Hex color #ACB7DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACB7DD is #534822. Grayscale: #B7B7B7. Windows color (decimal): -5457955 or 14530476. OLE color: 14530476.

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

Color convert

RGB 172 183 221 -
CMYK 0.22 0.17 0 0.13
HSL 226.53º 0.42% 0.77% -
HSV(B) 226.53º 0.22% 0.87% -
XYZ 47 47.86 75.17 -
YUV 184.04 148.86 119.41 -
System Red Green Blue C M Y K H S L
Decimal 172 183 221 0.22 0.17 0 0.13 226.53 0.42 0.77
Hex AC B7 DD 16 11 0 D E3 2A 4D
Octal 254 267 335 26 21 0 15 343 52 115
Binary 10101100 10110111 11011101 10110 10001 0 1101 11100011 101010 1001101

Color Harmonies of #ACB7DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB7DD

Black with #ACB7DD

Text Example


Text Example

White with #ACB7DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB7DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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