Html Css Color HEX #ACAFE0 Perano

📋 copy color: '#ACAFE0'

red 172 ◦ green 175 ◦ blue 224

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

Shades of Perano #ACAFE0

Tints of Perano #ACAFE0

RGB

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

 GREEN value IS 175 (68.75% from 255) = 30.65%

 BLUE value IS 224 (87.89% from 255) = 39.23%

R = 30.12%
G = 30.65%
B = 39.23%

CMYK

 C value IS 0.23

 M value IS 0.22

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#ACAFE0 (or 0xACAFE0) is known color: Perano. HEX triplet: AC, AF and E0. RGB value is (172,175,224). Sum of RGB (Red+Green+Blue) = 172+175+224=571 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.12% from 571); Green value is 175 (68.75% from 255 or 30.65% from 571); Blue value is 224 (87.89% from 255 or 39.23% from 571); Max value from RGB is 224 - color contains mainly: blue. Hex color #ACAFE0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACAFE0 is #53501F. Grayscale: #B3B3B3. Windows color (decimal): -5460000 or 14725036. OLE color: 14725036.

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

Color convert

RGB 172 175 224 -
CMYK 0.23 0.22 0 0.12
HSL 236.54º 0.46% 0.78% -
HSV(B) 236.54º 0.23% 0.88% -
XYZ 45.8 44.81 76.76 -
YUV 179.69 153.01 122.52 -
System Red Green Blue C M Y K H S L
Decimal 172 175 224 0.23 0.22 0 0.12 236.54 0.46 0.78
Hex AC AF E0 17 16 0 C ED 2E 4E
Octal 254 257 340 27 26 0 14 355 56 116
Binary 10101100 10101111 11100000 10111 10110 0 1100 11101101 101110 1001110

Color Harmonies of #ACAFE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACAFE0

Black with #ACAFE0

Text Example


Text Example

White with #ACAFE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACAFE0; }

 p { color: rgb(172,175,224); }

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

background-color css

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

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

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

border-color css

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

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

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