Html Css Color HEX #ACB9DF Perano

📋 copy color: '#ACB9DF'

red 172 ◦ green 185 ◦ blue 223

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

Shades of Perano #ACB9DF

Tints of Perano #ACB9DF

RGB

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

 GREEN value IS 185 (72.66% from 255) = 31.9%

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

R = 29.66%
G = 31.9%
B = 38.45%

CMYK

 C value IS 0.23

 M value IS 0.17

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#ACB9DF (or 0xACB9DF) is known color: Perano. HEX triplet: AC, B9 and DF. RGB value is (172,185,223). Sum of RGB (Red+Green+Blue) = 172+185+223=580 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.66% from 580); Green value is 185 (72.66% from 255 or 31.90% from 580); Blue value is 223 (87.5% from 255 or 38.45% from 580); Max value from RGB is 223 - color contains mainly: blue. Hex color #ACB9DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACB9DF is #534620. Grayscale: #B9B9B9. Windows color (decimal): -5457441 or 14662060. OLE color: 14662060.

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

Color convert

RGB 172 185 223 -
CMYK 0.23 0.17 0 0.13
HSL 224.71º 0.44% 0.77% -
HSV(B) 224.71º 0.23% 0.87% -
XYZ 47.68 48.8 76.72 -
YUV 185.45 149.19 118.41 -
System Red Green Blue C M Y K H S L
Decimal 172 185 223 0.23 0.17 0 0.13 224.71 0.44 0.77
Hex AC B9 DF 17 11 0 D E1 2C 4D
Octal 254 271 337 27 21 0 15 341 54 115
Binary 10101100 10111001 11011111 10111 10001 0 1101 11100001 101100 1001101

Color Harmonies of #ACB9DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB9DF

Black with #ACB9DF

Text Example


Text Example

White with #ACB9DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB9DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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