Html Css Color HEX #ACB8DB Perano

📋 copy color: '#ACB8DB'

red 172 ◦ green 184 ◦ blue 219

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

Shades of Perano #ACB8DB

Tints of Perano #ACB8DB

RGB

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

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

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

R = 29.91%
G = 32%
B = 38.09%

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

#ACB8DB (or 0xACB8DB) is known color: Perano. HEX triplet: AC, B8 and DB. RGB value is (172,184,219). Sum of RGB (Red+Green+Blue) = 172+184+219=575 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.91% from 575); Green value is 184 (72.27% from 255 or 32% from 575); Blue value is 219 (85.94% from 255 or 38.09% from 575); Max value from RGB is 219 - color contains mainly: blue. Hex color #ACB8DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACB8DB is #534724. Grayscale: #B8B8B8. Windows color (decimal): -5457701 or 14399660. OLE color: 14399660.

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

Color convert

RGB 172 184 219 -
CMYK 0.21 0.16 0 0.14
HSL 224.68º 0.39% 0.77% -
HSV(B) 224.68º 0.21% 0.86% -
XYZ 46.94 48.17 73.84 -
YUV 184.4 147.52 119.15 -
System Red Green Blue C M Y K H S L
Decimal 172 184 219 0.21 0.16 0 0.14 224.68 0.39 0.77
Hex AC B8 DB 15 10 0 E E1 27 4D
Octal 254 270 333 25 20 0 16 341 47 115
Binary 10101100 10111000 11011011 10101 10000 0 1110 11100001 100111 1001101

Color Harmonies of #ACB8DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB8DB

Black with #ACB8DB

Text Example


Text Example

White with #ACB8DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB8DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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