Html Css Color HEX #ACADDE Perano

📋 copy color: '#ACADDE'

red 172 ◦ green 173 ◦ blue 222

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

Shades of Perano #ACADDE

Tints of Perano #ACADDE

RGB

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

 GREEN value IS 173 (67.97% from 255) = 30.51%

 BLUE value IS 222 (87.11% from 255) = 39.15%

R = 30.34%
G = 30.51%
B = 39.15%

CMYK

 C value IS 0.23

 M value IS 0.22

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#ACADDE (or 0xACADDE) is known color: Perano. HEX triplet: AC, AD and DE. RGB value is (172,173,222). Sum of RGB (Red+Green+Blue) = 172+173+222=567 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.34% from 567); Green value is 173 (67.97% from 255 or 30.51% from 567); Blue value is 222 (87.11% from 255 or 39.15% from 567); Max value from RGB is 222 - color contains mainly: blue. Hex color #ACADDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACADDE is #535221. Grayscale: #B2B2B2. Windows color (decimal): -5460514 or 14593452. OLE color: 14593452.

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

Color convert

RGB 172 173 222 -
CMYK 0.23 0.22 0 0.13
HSL 238.8º 0.43% 0.77% -
HSV(B) 238.8º 0.23% 0.87% -
XYZ 45.14 43.93 75.21 -
YUV 178.29 152.67 123.52 -
System Red Green Blue C M Y K H S L
Decimal 172 173 222 0.23 0.22 0 0.13 238.8 0.43 0.77
Hex AC AD DE 17 16 0 D EF 2B 4D
Octal 254 255 336 27 26 0 15 357 53 115
Binary 10101100 10101101 11011110 10111 10110 0 1101 11101111 101011 1001101

Color Harmonies of #ACADDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACADDE

Black with #ACADDE

Text Example


Text Example

White with #ACADDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACADDE; }

 p { color: rgb(172,173,222); }

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

background-color css

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

 a { background-color: rgb(172,173,222); }

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

border-color css

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

 span { border-color: rgb(172,173,222); }

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