Html Css Color HEX #ACB5DB Perano

📋 copy color: '#ACB5DB'

red 172 ◦ green 181 ◦ blue 219

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

Shades of Perano #ACB5DB

Tints of Perano #ACB5DB

RGB

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

 GREEN value IS 181 (71.09% from 255) = 31.64%

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

R = 30.07%
G = 31.64%
B = 38.29%

CMYK

 C value IS 0.21

 M value IS 0.17

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#ACB5DB (or 0xACB5DB) is known color: Perano. HEX triplet: AC, B5 and DB. RGB value is (172,181,219). Sum of RGB (Red+Green+Blue) = 172+181+219=572 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.07% from 572); Green value is 181 (71.09% from 255 or 31.64% from 572); Blue value is 219 (85.94% from 255 or 38.29% from 572); Max value from RGB is 219 - color contains mainly: blue. Hex color #ACB5DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACB5DB is #534A24. Grayscale: #B6B6B6. Windows color (decimal): -5458469 or 14398892. OLE color: 14398892.

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

Color convert

RGB 172 181 219 -
CMYK 0.21 0.17 0 0.14
HSL 228.51º 0.39% 0.77% -
HSV(B) 228.51º 0.21% 0.86% -
XYZ 46.32 46.93 73.64 -
YUV 182.64 148.52 120.41 -
System Red Green Blue C M Y K H S L
Decimal 172 181 219 0.21 0.17 0 0.14 228.51 0.39 0.77
Hex AC B5 DB 15 11 0 E E5 27 4D
Octal 254 265 333 25 21 0 16 345 47 115
Binary 10101100 10110101 11011011 10101 10001 0 1110 11100101 100111 1001101

Color Harmonies of #ACB5DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB5DB

Black with #ACB5DB

Text Example


Text Example

White with #ACB5DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB5DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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