Html Css Color HEX #ACB9EC Perano

📋 copy color: '#ACB9EC'

red 172 ◦ green 185 ◦ blue 236

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

Shades of Perano #ACB9EC

Tints of Perano #ACB9EC

RGB

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

 GREEN value IS 185 (72.66% from 255) = 31.2%

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

R = 29.01%
G = 31.2%
B = 39.8%

CMYK

 C value IS 0.27

 M value IS 0.22

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#ACB9EC (or 0xACB9EC) is known color: Perano. HEX triplet: AC, B9 and EC. RGB value is (172,185,236). Sum of RGB (Red+Green+Blue) = 172+185+236=593 (78% of max value = 765). Red value is 172 (67.58% from 255 or 29.01% from 593); Green value is 185 (72.66% from 255 or 31.20% from 593); Blue value is 236 (92.58% from 255 or 39.80% from 593); Max value from RGB is 236 - color contains mainly: blue. Hex color #ACB9EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACB9EC is #534613. Grayscale: #BABABA. Windows color (decimal): -5457428 or 15514028. OLE color: 15514028.

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

Color convert

RGB 172 185 236 -
CMYK 0.27 0.22 0 0.07
HSL 227.81º 0.63% 0.8% -
HSV(B) 227.81º 0.27% 0.93% -
XYZ 49.5 49.52 86.31 -
YUV 186.93 155.69 117.35 -
System Red Green Blue C M Y K H S L
Decimal 172 185 236 0.27 0.22 0 0.07 227.81 0.63 0.8
Hex AC B9 EC 1B 16 0 7 E4 3F 50
Octal 254 271 354 33 26 0 7 344 77 120
Binary 10101100 10111001 11101100 11011 10110 0 111 11100100 111111 1010000

Color Harmonies of #ACB9EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB9EC

Black with #ACB9EC

Text Example


Text Example

White with #ACB9EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB9EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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