Html Css Color HEX #ACADEA Perano

📋 copy color: '#ACADEA'

red 172 ◦ green 173 ◦ blue 234

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

Shades of Perano #ACADEA

Tints of Perano #ACADEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 40.41%

R = 29.71%
G = 29.88%
B = 40.41%

CMYK

 C value IS 0.26

 M value IS 0.26

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#ACADEA (or 0xACADEA) is known color: Perano. HEX triplet: AC, AD and EA. RGB value is (172,173,234). Sum of RGB (Red+Green+Blue) = 172+173+234=579 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.71% from 579); Green value is 173 (67.97% from 255 or 29.88% from 579); Blue value is 234 (91.80% from 255 or 40.41% from 579); Max value from RGB is 234 - color contains mainly: blue. Hex color #ACADEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ACADEA is #535215. Grayscale: #B3B3B3. Windows color (decimal): -5460502 or 15379884. OLE color: 15379884.

HSL color Cylindrical-coordinate representation of color #ACADEA: hue angle of 239.03º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ACADEA is Cyan = 0.26, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 172 173 234 -
CMYK 0.26 0.26 0 0.08
HSL 239.03º 0.6% 0.8% -
HSV(B) 239.03º 0.26% 0.92% -
XYZ 46.81 44.6 83.98 -
YUV 179.66 158.67 122.54 -
System Red Green Blue C M Y K H S L
Decimal 172 173 234 0.26 0.26 0 0.08 239.03 0.6 0.8
Hex AC AD EA 1A 1A 0 8 EF 3C 50
Octal 254 255 352 32 32 0 10 357 74 120
Binary 10101100 10101101 11101010 11010 11010 0 1000 11101111 111100 1010000

Color Harmonies of #ACADEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACADEA

Black with #ACADEA

Text Example


Text Example

White with #ACADEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACADEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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