Html Css Color HEX #ACB4D9 Perano

📋 copy color: '#ACB4D9'

red 172 ◦ green 180 ◦ blue 217

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

Shades of Perano #ACB4D9

Tints of Perano #ACB4D9

RGB

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

 GREEN value IS 180 (70.7% from 255) = 31.63%

 BLUE value IS 217 (85.16% from 255) = 38.14%

R = 30.23%
G = 31.63%
B = 38.14%

CMYK

 C value IS 0.21

 M value IS 0.17

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#ACB4D9 (or 0xACB4D9) is known color: Perano. HEX triplet: AC, B4 and D9. RGB value is (172,180,217). Sum of RGB (Red+Green+Blue) = 172+180+217=569 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.23% from 569); Green value is 180 (70.70% from 255 or 31.63% from 569); Blue value is 217 (85.16% from 255 or 38.14% from 569); Max value from RGB is 217 - color contains mainly: blue. Hex color #ACB4D9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACB4D9 is #534B26. Grayscale: #B5B5B5. Windows color (decimal): -5458727 or 14267564. OLE color: 14267564.

HSL color Cylindrical-coordinate representation of color #ACB4D9: hue angle of 229.33º degrees, saturation: 0.37, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ACB4D9 is Cyan = 0.21, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 172 180 217 -
CMYK 0.21 0.17 0 0.15
HSL 229.33º 0.37% 0.76% -
HSV(B) 229.33º 0.21% 0.85% -
XYZ 45.86 46.42 72.19 -
YUV 181.83 147.85 120.99 -
System Red Green Blue C M Y K H S L
Decimal 172 180 217 0.21 0.17 0 0.15 229.33 0.37 0.76
Hex AC B4 D9 15 11 0 F E5 25 4C
Octal 254 264 331 25 21 0 17 345 45 114
Binary 10101100 10110100 11011001 10101 10001 0 1111 11100101 100101 1001100

Color Harmonies of #ACB4D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB4D9

Black with #ACB4D9

Text Example


Text Example

White with #ACB4D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB4D9; }

 p { color: rgb(172,180,217); }

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

background-color css

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

 a { background-color: rgb(172,180,217); }

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

border-color css

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

 span { border-color: rgb(172,180,217); }

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