Html Css Color HEX #ACADEC Perano

📋 copy color: '#ACADEC'

red 172 ◦ green 173 ◦ blue 236

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

Shades of Perano #ACADEC

Tints of Perano #ACADEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 40.62%

R = 29.6%
G = 29.78%
B = 40.62%

CMYK

 C value IS 0.27

 M value IS 0.27

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#ACADEC (or 0xACADEC) is known color: Perano. HEX triplet: AC, AD and EC. RGB value is (172,173,236). Sum of RGB (Red+Green+Blue) = 172+173+236=581 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.60% from 581); Green value is 173 (67.97% from 255 or 29.78% from 581); Blue value is 236 (92.58% from 255 or 40.62% from 581); Max value from RGB is 236 - color contains mainly: blue. Hex color #ACADEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ACADEC is #535213. Grayscale: #B3B3B3. Windows color (decimal): -5460500 or 15510956. OLE color: 15510956.

HSL color Cylindrical-coordinate representation of color #ACADEC: hue angle of 239.06º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ACADEC is Cyan = 0.27, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 172 173 236 -
CMYK 0.27 0.27 0 0.07
HSL 239.06º 0.63% 0.8% -
HSV(B) 239.06º 0.27% 0.93% -
XYZ 47.1 44.71 85.51 -
YUV 179.88 159.67 122.38 -
System Red Green Blue C M Y K H S L
Decimal 172 173 236 0.27 0.27 0 0.07 239.06 0.63 0.8
Hex AC AD EC 1B 1B 0 7 EF 3F 50
Octal 254 255 354 33 33 0 7 357 77 120
Binary 10101100 10101101 11101100 11011 11011 0 111 11101111 111111 1010000

Color Harmonies of #ACADEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACADEC

Black with #ACADEC

Text Example


Text Example

White with #ACADEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACADEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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