Html Css Color HEX #ACB1DB Perano

📋 copy color: '#ACB1DB'

red 172 ◦ green 177 ◦ blue 219

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

Shades of Perano #ACB1DB

Tints of Perano #ACB1DB

RGB

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

 GREEN value IS 177 (69.53% from 255) = 31.16%

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

R = 30.28%
G = 31.16%
B = 38.56%

CMYK

 C value IS 0.21

 M value IS 0.19

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#ACB1DB (or 0xACB1DB) is known color: Perano. HEX triplet: AC, B1 and DB. RGB value is (172,177,219). Sum of RGB (Red+Green+Blue) = 172+177+219=568 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.28% from 568); Green value is 177 (69.53% from 255 or 31.16% from 568); Blue value is 219 (85.94% from 255 or 38.56% from 568); Max value from RGB is 219 - color contains mainly: blue. Hex color #ACB1DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACB1DB is #534E24. Grayscale: #B4B4B4. Windows color (decimal): -5459493 or 14397868. OLE color: 14397868.

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

Color convert

RGB 172 177 219 -
CMYK 0.21 0.19 0 0.14
HSL 233.62º 0.39% 0.77% -
HSV(B) 233.62º 0.21% 0.86% -
XYZ 45.52 45.33 73.37 -
YUV 180.29 149.84 122.08 -
System Red Green Blue C M Y K H S L
Decimal 172 177 219 0.21 0.19 0 0.14 233.62 0.39 0.77
Hex AC B1 DB 15 13 0 E EA 27 4D
Octal 254 261 333 25 23 0 16 352 47 115
Binary 10101100 10110001 11011011 10101 10011 0 1110 11101010 100111 1001101

Color Harmonies of #ACB1DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB1DB

Black with #ACB1DB

Text Example


Text Example

White with #ACB1DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB1DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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