#ACB0EB

Color #ACB0EB Perano (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Perano #ACB0EB

Tints of Perano #ACB0EB

Color information

#ACB0EB (or 0xACB0EB) is unknown color: approx Perano. HEX triplet: AC, B0 and EB. RGB value is (172,176,235). Sum of RGB (Red+Green+Blue) = 172+176+235=583 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.50% from 583); Green value is 176 (69.14% from 255 or 30.19% from 583); Blue value is 235 (92.19% from 255 or 40.31% from 583); Max value from RGB is 235 - color contains mainly: blue. Hex color #ACB0EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ACB0EB is #534F14. Grayscale: #B5B5B5. Windows color (decimal): -5459733 or 15446188. OLE color: 15446188.

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

Color convert

RGB172176235-
CMYK0.270.2500.08
HSL236.19º61.17%79.8%-
HSV(B)236.19º26.81%92.16%-
XYZ47.5345.8284.94-
YUV181.53158.17121.2-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.50%
GREEN value IS 176 (69.14% from 255) = 30.19%
BLUE value IS 235 (92.19% from 255) = 40.31%
R=29.50%
G=30.19%
B=40.31%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1721762350.270.2500.08236.1961.1779.8
HexACB0EB1B1908ec3d50
Octal254260353333101035475120
Binary101011001011000011101011110111100101000111011001111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB0EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB0EB; }

 p { color: rgb(172,176,235); }

 H1.HeaderClassName
 {
   color: #ACB0EB;
 }
 .AnyTagClassName
 {
   color: #ACB0EB;
 }
</style>
background-color css

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

 a { background-color: rgb(172,176,235); }

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

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

 span { border-color: rgb(172,176,235); }

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