Html Css Color HEX #ACADE4 Perano

📋 copy color: '#ACADE4'

red 172 ◦ green 173 ◦ blue 228

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

Shades of Perano #ACADE4

Tints of Perano #ACADE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 39.79%

R = 30.02%
G = 30.19%
B = 39.79%

CMYK

 C value IS 0.25

 M value IS 0.24

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#ACADE4 (or 0xACADE4) is known color: Perano. HEX triplet: AC, AD and E4. RGB value is (172,173,228). Sum of RGB (Red+Green+Blue) = 172+173+228=573 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.02% from 573); Green value is 173 (67.97% from 255 or 30.19% from 573); Blue value is 228 (89.45% from 255 or 39.79% from 573); Max value from RGB is 228 - color contains mainly: blue. Hex color #ACADE4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACADE4 is #53521B. Grayscale: #B2B2B2. Windows color (decimal): -5460508 or 14986668. OLE color: 14986668.

HSL color Cylindrical-coordinate representation of color #ACADE4: hue angle of 238.93º degrees, saturation: 0.51, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ACADE4 is Cyan = 0.25, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 172 173 228 -
CMYK 0.25 0.24 0 0.11
HSL 238.93º 0.51% 0.78% -
HSV(B) 238.93º 0.25% 0.89% -
XYZ 45.96 44.26 79.52 -
YUV 178.97 155.67 123.03 -
System Red Green Blue C M Y K H S L
Decimal 172 173 228 0.25 0.24 0 0.11 238.93 0.51 0.78
Hex AC AD E4 19 18 0 B EF 33 4E
Octal 254 255 344 31 30 0 13 357 63 116
Binary 10101100 10101101 11100100 11001 11000 0 1011 11101111 110011 1001110

Color Harmonies of #ACADE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACADE4

Black with #ACADE4

Text Example


Text Example

White with #ACADE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACADE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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