Html Css Color HEX #ACB1DF Perano

📋 copy color: '#ACB1DF'

red 172 ◦ green 177 ◦ blue 223

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

Shades of Perano #ACB1DF

Tints of Perano #ACB1DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 38.99%

R = 30.07%
G = 30.94%
B = 38.99%

CMYK

 C value IS 0.23

 M value IS 0.21

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#ACB1DF (or 0xACB1DF) is known color: Perano. HEX triplet: AC, B1 and DF. RGB value is (172,177,223). Sum of RGB (Red+Green+Blue) = 172+177+223=572 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.07% from 572); Green value is 177 (69.53% from 255 or 30.94% from 572); Blue value is 223 (87.5% from 255 or 38.99% from 572); Max value from RGB is 223 - color contains mainly: blue. Hex color #ACB1DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACB1DF is #534E20. Grayscale: #B4B4B4. Windows color (decimal): -5459489 or 14660012. OLE color: 14660012.

HSL color Cylindrical-coordinate representation of color #ACB1DF: hue angle of 234.12º degrees, saturation: 0.44, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ACB1DF is Cyan = 0.23, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 172 177 223 -
CMYK 0.23 0.21 0 0.13
HSL 234.12º 0.44% 0.77% -
HSV(B) 234.12º 0.23% 0.87% -
XYZ 46.05 45.54 76.18 -
YUV 180.75 151.84 121.76 -
System Red Green Blue C M Y K H S L
Decimal 172 177 223 0.23 0.21 0 0.13 234.12 0.44 0.77
Hex AC B1 DF 17 15 0 D EA 2C 4D
Octal 254 261 337 27 25 0 15 352 54 115
Binary 10101100 10110001 11011111 10111 10101 0 1101 11101010 101100 1001101

Color Harmonies of #ACB1DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB1DF

Black with #ACB1DF

Text Example


Text Example

White with #ACB1DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB1DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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