Html Css Color HEX #ACABEC Perano

📋 copy color: '#ACABEC'

red 172 ◦ green 171 ◦ blue 236

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

Shades of Perano #ACABEC

Tints of Perano #ACABEC

RGB

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

 GREEN value IS 171 (67.19% from 255) = 29.53%

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

R = 29.71%
G = 29.53%
B = 40.76%

CMYK

 C value IS 0.27

 M value IS 0.28

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#ACABEC (or 0xACABEC) is known color: Perano. HEX triplet: AC, AB and EC. RGB value is (172,171,236). Sum of RGB (Red+Green+Blue) = 172+171+236=579 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.71% from 579); Green value is 171 (67.19% from 255 or 29.53% from 579); Blue value is 236 (92.58% from 255 or 40.76% from 579); Max value from RGB is 236 - color contains mainly: blue. Hex color #ACABEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ACABEC is #535413. Grayscale: #B2B2B2. Windows color (decimal): -5461012 or 15510444. OLE color: 15510444.

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

Color convert

RGB 172 171 236 -
CMYK 0.27 0.28 0 0.07
HSL 240.92º 0.63% 0.8% -
HSV(B) 240.92º 0.28% 0.93% -
XYZ 46.72 43.95 85.38 -
YUV 178.71 160.33 123.21 -
System Red Green Blue C M Y K H S L
Decimal 172 171 236 0.27 0.28 0 0.07 240.92 0.63 0.8
Hex AC AB EC 1B 1C 0 7 F1 3F 50
Octal 254 253 354 33 34 0 7 361 77 120
Binary 10101100 10101011 11101100 11011 11100 0 111 11110001 111111 1010000

Color Harmonies of #ACABEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACABEC

Black with #ACABEC

Text Example


Text Example

White with #ACABEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACABEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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