#ACB8EB

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

Shades of Perano #ACB8EB

Tints of Perano #ACB8EB

Color information

#ACB8EB (or 0xACB8EB) is unknown color: approx Perano. HEX triplet: AC, B8 and EB. RGB value is (172,184,235). Sum of RGB (Red+Green+Blue) = 172+184+235=591 (78% of max value = 765). Red value is 172 (67.58% from 255 or 29.10% from 591); Green value is 184 (72.27% from 255 or 31.13% from 591); Blue value is 235 (92.19% from 255 or 39.76% from 591); Max value from RGB is 235 - color contains mainly: blue. Hex color #ACB8EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACB8EB is #534714. Grayscale: #BABABA. Windows color (decimal): -5457685 or 15448236. OLE color: 15448236.

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

Color convert

RGB172184235-
CMYK0.270.2200.08
HSL228.57º61.17%79.8%-
HSV(B)228.57º26.81%92.16%-
XYZ49.1549.0585.47-
YUV186.23155.52117.85-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.10%
GREEN value IS 184 (72.27% from 255) = 31.13%
BLUE value IS 235 (92.19% from 255) = 39.76%
R=29.10%
G=31.13%
B=39.76%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1721842350.270.2200.08228.5761.1779.8
HexACB8EB1B1608e53d50
Octal254270353332601034575120
Binary101011001011100011101011110111011001000111001011111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB8EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB8EB; }

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

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

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

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

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

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

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

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