Html Css Color HEX #ACACE6 Perano

📋 copy color: '#ACACE6'

red 172 ◦ green 172 ◦ blue 230

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

Shades of Perano #ACACE6

Tints of Perano #ACACE6

RGB

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

 GREEN value IS 172 (67.58% from 255) = 29.97%

 BLUE value IS 230 (90.23% from 255) = 40.07%

R = 29.97%
G = 29.97%
B = 40.07%

CMYK

 C value IS 0.25

 M value IS 0.25

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#ACACE6 (or 0xACACE6) is known color: Perano. HEX triplet: AC, AC and E6. RGB value is (172,172,230). Sum of RGB (Red+Green+Blue) = 172+172+230=574 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.97% from 574); Green value is 172 (67.58% from 255 or 29.97% from 574); Blue value is 230 (90.23% from 255 or 40.07% from 574); Max value from RGB is 230 - color contains mainly: blue. Hex color #ACACE6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ACACE6 is #535319. Grayscale: #B2B2B2. Windows color (decimal): -5460762 or 15117484. OLE color: 15117484.

HSL color Cylindrical-coordinate representation of color #ACACE6: hue angle of 240º degrees, saturation: 0.54, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ACACE6 is Cyan = 0.25, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 172 172 230 -
CMYK 0.25 0.25 0 0.10
HSL 240º 0.54% 0.79% -
HSV(B) 240º 0.25% 0.9% -
XYZ 46.05 43.99 80.93 -
YUV 178.61 157 123.28 -
System Red Green Blue C M Y K H S L
Decimal 172 172 230 0.25 0.25 0 0.10 240 0.54 0.79
Hex AC AC E6 19 19 0 A F0 36 4F
Octal 254 254 346 31 31 0 12 360 66 117
Binary 10101100 10101100 11100110 11001 11001 0 1010 11110000 110110 1001111

Color Harmonies of #ACACE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACACE6

Black with #ACACE6

Text Example


Text Example

White with #ACACE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACACE6; }

 p { color: rgb(172,172,230); }

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

background-color css

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

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

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

border-color css

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

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

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