Html Css Color HEX #ACB7DF Perano

📋 copy color: '#ACB7DF'

red 172 ◦ green 183 ◦ blue 223

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

Shades of Perano #ACB7DF

Tints of Perano #ACB7DF

RGB

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

 GREEN value IS 183 (71.88% from 255) = 31.66%

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

R = 29.76%
G = 31.66%
B = 38.58%

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

#ACB7DF (or 0xACB7DF) is known color: Perano. HEX triplet: AC, B7 and DF. RGB value is (172,183,223). Sum of RGB (Red+Green+Blue) = 172+183+223=578 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.76% from 578); Green value is 183 (71.88% from 255 or 31.66% from 578); Blue value is 223 (87.5% from 255 or 38.58% from 578); Max value from RGB is 223 - color contains mainly: blue. Hex color #ACB7DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACB7DF is #534820. Grayscale: #B8B8B8. Windows color (decimal): -5457953 or 14661548. OLE color: 14661548.

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

Color convert

RGB 172 183 223 -
CMYK 0.23 0.18 0 0.13
HSL 227.06º 0.44% 0.77% -
HSV(B) 227.06º 0.23% 0.87% -
XYZ 47.27 47.97 76.58 -
YUV 184.27 149.86 119.25 -
System Red Green Blue C M Y K H S L
Decimal 172 183 223 0.23 0.18 0 0.13 227.06 0.44 0.77
Hex AC B7 DF 17 12 0 D E3 2C 4D
Octal 254 267 337 27 22 0 15 343 54 115
Binary 10101100 10110111 11011111 10111 10010 0 1101 11100011 101100 1001101

Color Harmonies of #ACB7DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB7DF

Black with #ACB7DF

Text Example


Text Example

White with #ACB7DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB7DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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