Html Css Color HEX #ACB8D9 Perano

📋 copy color: '#ACB8D9'

red 172 ◦ green 184 ◦ blue 217

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

Shades of Perano #ACB8D9

Tints of Perano #ACB8D9

RGB

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

 GREEN value IS 184 (72.27% from 255) = 32.11%

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

R = 30.02%
G = 32.11%
B = 37.87%

CMYK

 C value IS 0.21

 M value IS 0.15

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#ACB8D9 (or 0xACB8D9) is known color: Perano. HEX triplet: AC, B8 and D9. RGB value is (172,184,217). Sum of RGB (Red+Green+Blue) = 172+184+217=573 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.02% from 573); Green value is 184 (72.27% from 255 or 32.11% from 573); Blue value is 217 (85.16% from 255 or 37.87% from 573); Max value from RGB is 217 - color contains mainly: blue. Hex color #ACB8D9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACB8D9 is #534726. Grayscale: #B8B8B8. Windows color (decimal): -5457703 or 14268588. OLE color: 14268588.

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

Color convert

RGB 172 184 217 -
CMYK 0.21 0.15 0 0.15
HSL 224º 0.37% 0.76% -
HSV(B) 224º 0.21% 0.85% -
XYZ 46.68 48.06 72.46 -
YUV 184.17 146.52 119.32 -
System Red Green Blue C M Y K H S L
Decimal 172 184 217 0.21 0.15 0 0.15 224 0.37 0.76
Hex AC B8 D9 15 F 0 F E0 25 4C
Octal 254 270 331 25 17 0 17 340 45 114
Binary 10101100 10111000 11011001 10101 1111 0 1111 11100000 100101 1001100

Color Harmonies of #ACB8D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB8D9

Black with #ACB8D9

Text Example


Text Example

White with #ACB8D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB8D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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