Html Css Color HEX #ACB0DF Perano

📋 copy color: '#ACB0DF'

red 172 ◦ green 176 ◦ blue 223

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

Shades of Perano #ACB0DF

Tints of Perano #ACB0DF

RGB

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

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

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

R = 30.12%
G = 30.82%
B = 39.05%

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

#ACB0DF (or 0xACB0DF) is known color: Perano. HEX triplet: AC, B0 and DF. RGB value is (172,176,223). Sum of RGB (Red+Green+Blue) = 172+176+223=571 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.12% from 571); Green value is 176 (69.14% from 255 or 30.82% from 571); Blue value is 223 (87.5% from 255 or 39.05% from 571); Max value from RGB is 223 - color contains mainly: blue. Hex color #ACB0DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACB0DF is #534F20. Grayscale: #B3B3B3. Windows color (decimal): -5459745 or 14659756. OLE color: 14659756.

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

Color convert

RGB 172 176 223 -
CMYK 0.23 0.21 0 0.13
HSL 235.29º 0.44% 0.77% -
HSV(B) 235.29º 0.23% 0.87% -
XYZ 45.86 45.15 76.11 -
YUV 180.16 152.17 122.18 -
System Red Green Blue C M Y K H S L
Decimal 172 176 223 0.23 0.21 0 0.13 235.29 0.44 0.77
Hex AC B0 DF 17 15 0 D EB 2C 4D
Octal 254 260 337 27 25 0 15 353 54 115
Binary 10101100 10110000 11011111 10111 10101 0 1101 11101011 101100 1001101

Color Harmonies of #ACB0DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB0DF

Black with #ACB0DF

Text Example


Text Example

White with #ACB0DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB0DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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