Html Css Color HEX #ACB0DB Perano

📋 copy color: '#ACB0DB'

red 172 ◦ green 176 ◦ blue 219

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

Shades of Perano #ACB0DB

Tints of Perano #ACB0DB

RGB

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

 GREEN value IS 176 (69.14% from 255) = 31.04%

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

R = 30.34%
G = 31.04%
B = 38.62%

CMYK

 C value IS 0.21

 M value IS 0.20

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#ACB0DB (or 0xACB0DB) is known color: Perano. HEX triplet: AC, B0 and DB. RGB value is (172,176,219). Sum of RGB (Red+Green+Blue) = 172+176+219=567 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.34% from 567); Green value is 176 (69.14% from 255 or 31.04% from 567); Blue value is 219 (85.94% from 255 or 38.62% from 567); Max value from RGB is 219 - color contains mainly: blue. Hex color #ACB0DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACB0DB is #534F24. Grayscale: #B3B3B3. Windows color (decimal): -5459749 or 14397612. OLE color: 14397612.

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

Color convert

RGB 172 176 219 -
CMYK 0.21 0.20 0 0.14
HSL 234.89º 0.39% 0.77% -
HSV(B) 234.89º 0.21% 0.86% -
XYZ 45.32 44.94 73.3 -
YUV 179.71 150.17 122.5 -
System Red Green Blue C M Y K H S L
Decimal 172 176 219 0.21 0.20 0 0.14 234.89 0.39 0.77
Hex AC B0 DB 15 14 0 E EB 27 4D
Octal 254 260 333 25 24 0 16 353 47 115
Binary 10101100 10110000 11011011 10101 10100 0 1110 11101011 100111 1001101

Color Harmonies of #ACB0DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB0DB

Black with #ACB0DB

Text Example


Text Example

White with #ACB0DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB0DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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