Html Css Color HEX #ACB2DF Perano

📋 copy color: '#ACB2DF'

red 172 ◦ green 178 ◦ blue 223

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

Shades of Perano #ACB2DF

Tints of Perano #ACB2DF

RGB

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

 GREEN value IS 178 (69.92% from 255) = 31.06%

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

R = 30.02%
G = 31.06%
B = 38.92%

CMYK

 C value IS 0.23

 M value IS 0.20

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#ACB2DF (or 0xACB2DF) is known color: Perano. HEX triplet: AC, B2 and DF. RGB value is (172,178,223). Sum of RGB (Red+Green+Blue) = 172+178+223=573 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.02% from 573); Green value is 178 (69.92% from 255 or 31.06% from 573); Blue value is 223 (87.5% from 255 or 38.92% from 573); Max value from RGB is 223 - color contains mainly: blue. Hex color #ACB2DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACB2DF is #534D20. Grayscale: #B5B5B5. Windows color (decimal): -5459233 or 14660268. OLE color: 14660268.

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

Color convert

RGB 172 178 223 -
CMYK 0.23 0.20 0 0.13
HSL 232.94º 0.44% 0.77% -
HSV(B) 232.94º 0.23% 0.87% -
XYZ 46.25 45.94 76.24 -
YUV 181.34 151.51 121.34 -
System Red Green Blue C M Y K H S L
Decimal 172 178 223 0.23 0.20 0 0.13 232.94 0.44 0.77
Hex AC B2 DF 17 14 0 D E9 2C 4D
Octal 254 262 337 27 24 0 15 351 54 115
Binary 10101100 10110010 11011111 10111 10100 0 1101 11101001 101100 1001101

Color Harmonies of #ACB2DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB2DF

Black with #ACB2DF

Text Example


Text Example

White with #ACB2DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB2DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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