Html Css Color HEX #ACB6DB Perano

📋 copy color: '#ACB6DB'

red 172 ◦ green 182 ◦ blue 219

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

Shades of Perano #ACB6DB

Tints of Perano #ACB6DB

RGB

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

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

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

R = 30.02%
G = 31.76%
B = 38.22%

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

#ACB6DB (or 0xACB6DB) is known color: Perano. HEX triplet: AC, B6 and DB. RGB value is (172,182,219). Sum of RGB (Red+Green+Blue) = 172+182+219=573 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.02% from 573); Green value is 182 (71.48% from 255 or 31.76% from 573); Blue value is 219 (85.94% from 255 or 38.22% from 573); Max value from RGB is 219 - color contains mainly: blue. Hex color #ACB6DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACB6DB is #534924. Grayscale: #B7B7B7. Windows color (decimal): -5458213 or 14399148. OLE color: 14399148.

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

Color convert

RGB 172 182 219 -
CMYK 0.21 0.17 0 0.14
HSL 227.23º 0.39% 0.77% -
HSV(B) 227.23º 0.21% 0.86% -
XYZ 46.53 47.34 73.7 -
YUV 183.23 148.19 119.99 -
System Red Green Blue C M Y K H S L
Decimal 172 182 219 0.21 0.17 0 0.14 227.23 0.39 0.77
Hex AC B6 DB 15 11 0 E E3 27 4D
Octal 254 266 333 25 21 0 16 343 47 115
Binary 10101100 10110110 11011011 10101 10001 0 1110 11100011 100111 1001101

Color Harmonies of #ACB6DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB6DB

Black with #ACB6DB

Text Example


Text Example

White with #ACB6DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB6DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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