Html Css Color HEX #ACB9DB Perano

📋 copy color: '#ACB9DB'

red 172 ◦ green 185 ◦ blue 219

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

Shades of Perano #ACB9DB

Tints of Perano #ACB9DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 38.02%

R = 29.86%
G = 32.12%
B = 38.02%

CMYK

 C value IS 0.21

 M value IS 0.16

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#ACB9DB (or 0xACB9DB) is known color: Perano. HEX triplet: AC, B9 and DB. RGB value is (172,185,219). Sum of RGB (Red+Green+Blue) = 172+185+219=576 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.86% from 576); Green value is 185 (72.66% from 255 or 32.12% from 576); Blue value is 219 (85.94% from 255 or 38.02% from 576); Max value from RGB is 219 - color contains mainly: blue. Hex color #ACB9DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACB9DB is #534624. Grayscale: #B8B8B8. Windows color (decimal): -5457445 or 14399916. OLE color: 14399916.

HSL color Cylindrical-coordinate representation of color #ACB9DB: hue angle of 223.4º degrees, saturation: 0.39, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ACB9DB is Cyan = 0.21, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 172 185 219 -
CMYK 0.21 0.16 0 0.14
HSL 223.4º 0.39% 0.77% -
HSV(B) 223.4º 0.21% 0.86% -
XYZ 47.15 48.58 73.91 -
YUV 184.99 147.19 118.74 -
System Red Green Blue C M Y K H S L
Decimal 172 185 219 0.21 0.16 0 0.14 223.4 0.39 0.77
Hex AC B9 DB 15 10 0 E DF 27 4D
Octal 254 271 333 25 20 0 16 337 47 115
Binary 10101100 10111001 11011011 10101 10000 0 1110 11011111 100111 1001101

Color Harmonies of #ACB9DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB9DB

Black with #ACB9DB

Text Example


Text Example

White with #ACB9DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB9DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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