Html Css Color HEX #ACB6EC Perano

📋 copy color: '#ACB6EC'

red 172 ◦ green 182 ◦ blue 236

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

Shades of Perano #ACB6EC

Tints of Perano #ACB6EC

RGB

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

 GREEN value IS 182 (71.48% from 255) = 30.85%

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

R = 29.15%
G = 30.85%
B = 40%

CMYK

 C value IS 0.27

 M value IS 0.23

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#ACB6EC (or 0xACB6EC) is known color: Perano. HEX triplet: AC, B6 and EC. RGB value is (172,182,236). Sum of RGB (Red+Green+Blue) = 172+182+236=590 (78% of max value = 765). Red value is 172 (67.58% from 255 or 29.15% from 590); Green value is 182 (71.48% from 255 or 30.85% from 590); Blue value is 236 (92.58% from 255 or 40% from 590); Max value from RGB is 236 - color contains mainly: blue. Hex color #ACB6EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACB6EC is #534913. Grayscale: #B8B8B8. Windows color (decimal): -5458196 or 15513260. OLE color: 15513260.

HSL color Cylindrical-coordinate representation of color #ACB6EC: hue angle of 230.62º 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 #ACB6EC is Cyan = 0.27, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 172 182 236 -
CMYK 0.27 0.23 0 0.07
HSL 230.63º 0.63% 0.8% -
HSV(B) 230.63º 0.27% 0.93% -
XYZ 48.88 48.28 86.1 -
YUV 185.17 156.69 118.61 -
System Red Green Blue C M Y K H S L
Decimal 172 182 236 0.27 0.23 0 0.07 230.63 0.63 0.8
Hex AC B6 EC 1B 17 0 7 E7 3F 50
Octal 254 266 354 33 27 0 7 347 77 120
Binary 10101100 10110110 11101100 11011 10111 0 111 11100111 111111 1010000

Color Harmonies of #ACB6EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB6EC

Black with #ACB6EC

Text Example


Text Example

White with #ACB6EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB6EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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