Html Css Color HEX #ACB6D9 Perano

📋 copy color: '#ACB6D9'

red 172 ◦ green 182 ◦ blue 217

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

Shades of Perano #ACB6D9

Tints of Perano #ACB6D9

RGB

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

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

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

R = 30.12%
G = 31.87%
B = 38%

CMYK

 C value IS 0.21

 M value IS 0.16

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#ACB6D9 (or 0xACB6D9) is known color: Perano. HEX triplet: AC, B6 and D9. RGB value is (172,182,217). Sum of RGB (Red+Green+Blue) = 172+182+217=571 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.12% from 571); Green value is 182 (71.48% from 255 or 31.87% from 571); Blue value is 217 (85.16% from 255 or 38.00% from 571); Max value from RGB is 217 - color contains mainly: blue. Hex color #ACB6D9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACB6D9 is #534926. Grayscale: #B6B6B6. Windows color (decimal): -5458215 or 14268076. OLE color: 14268076.

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

Color convert

RGB 172 182 217 -
CMYK 0.21 0.16 0 0.15
HSL 226.67º 0.37% 0.76% -
HSV(B) 226.67º 0.21% 0.85% -
XYZ 46.27 47.24 72.32 -
YUV 183 147.19 120.15 -
System Red Green Blue C M Y K H S L
Decimal 172 182 217 0.21 0.16 0 0.15 226.67 0.37 0.76
Hex AC B6 D9 15 10 0 F E3 25 4C
Octal 254 266 331 25 20 0 17 343 45 114
Binary 10101100 10110110 11011001 10101 10000 0 1111 11100011 100101 1001100

Color Harmonies of #ACB6D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB6D9

Black with #ACB6D9

Text Example


Text Example

White with #ACB6D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB6D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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