Html Css Color HEX #ACADE1 Perano

📋 copy color: '#ACADE1'

red 172 ◦ green 173 ◦ blue 225

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

Shades of Perano #ACADE1

Tints of Perano #ACADE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 39.47%

R = 30.18%
G = 30.35%
B = 39.47%

CMYK

 C value IS 0.24

 M value IS 0.23

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#ACADE1 (or 0xACADE1) is known color: Perano. HEX triplet: AC, AD and E1. RGB value is (172,173,225). Sum of RGB (Red+Green+Blue) = 172+173+225=570 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.18% from 570); Green value is 173 (67.97% from 255 or 30.35% from 570); Blue value is 225 (88.28% from 255 or 39.47% from 570); Max value from RGB is 225 - color contains mainly: blue. Hex color #ACADE1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACADE1 is #53521E. Grayscale: #B2B2B2. Windows color (decimal): -5460511 or 14790060. OLE color: 14790060.

HSL color Cylindrical-coordinate representation of color #ACADE1: hue angle of 238.87º degrees, saturation: 0.47, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ACADE1 is Cyan = 0.24, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 172 173 225 -
CMYK 0.24 0.23 0 0.12
HSL 238.87º 0.47% 0.78% -
HSV(B) 238.87º 0.24% 0.88% -
XYZ 45.55 44.09 77.34 -
YUV 178.63 154.17 123.27 -
System Red Green Blue C M Y K H S L
Decimal 172 173 225 0.24 0.23 0 0.12 238.87 0.47 0.78
Hex AC AD E1 18 17 0 C EF 2F 4E
Octal 254 255 341 30 27 0 14 357 57 116
Binary 10101100 10101101 11100001 11000 10111 0 1100 11101111 101111 1001110

Color Harmonies of #ACADE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACADE1

Black with #ACADE1

Text Example


Text Example

White with #ACADE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACADE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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