Html Css Color HEX #ACB6DF Perano

📋 copy color: '#ACB6DF'

red 172 ◦ green 182 ◦ blue 223

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

Shades of Perano #ACB6DF

Tints of Perano #ACB6DF

RGB

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

 GREEN value IS 182 (71.48% from 255) = 31.54%

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

R = 29.81%
G = 31.54%
B = 38.65%

CMYK

 C value IS 0.23

 M value IS 0.18

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#ACB6DF (or 0xACB6DF) is known color: Perano. HEX triplet: AC, B6 and DF. RGB value is (172,182,223). Sum of RGB (Red+Green+Blue) = 172+182+223=577 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.81% from 577); Green value is 182 (71.48% from 255 or 31.54% from 577); Blue value is 223 (87.5% from 255 or 38.65% from 577); Max value from RGB is 223 - color contains mainly: blue. Hex color #ACB6DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACB6DF is #534920. Grayscale: #B7B7B7. Windows color (decimal): -5458209 or 14661292. OLE color: 14661292.

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

Color convert

RGB 172 182 223 -
CMYK 0.23 0.18 0 0.13
HSL 228.24º 0.44% 0.77% -
HSV(B) 228.24º 0.23% 0.87% -
XYZ 47.06 47.55 76.51 -
YUV 183.68 150.19 119.67 -
System Red Green Blue C M Y K H S L
Decimal 172 182 223 0.23 0.18 0 0.13 228.24 0.44 0.77
Hex AC B6 DF 17 12 0 D E4 2C 4D
Octal 254 266 337 27 22 0 15 344 54 115
Binary 10101100 10110110 11011111 10111 10010 0 1101 11100100 101100 1001101

Color Harmonies of #ACB6DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB6DF

Black with #ACB6DF

Text Example


Text Example

White with #ACB6DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB6DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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