#ACB7EB

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

Shades of Perano #ACB7EB

Tints of Perano #ACB7EB

Color information

#ACB7EB (or 0xACB7EB) is unknown color: approx Perano. HEX triplet: AC, B7 and EB. RGB value is (172,183,235). Sum of RGB (Red+Green+Blue) = 172+183+235=590 (78% of max value = 765). Red value is 172 (67.58% from 255 or 29.15% from 590); Green value is 183 (71.88% from 255 or 31.02% from 590); Blue value is 235 (92.19% from 255 or 39.83% from 590); Max value from RGB is 235 - color contains mainly: blue. Hex color #ACB7EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACB7EB is #534814. Grayscale: #B9B9B9. Windows color (decimal): -5457941 or 15447980. OLE color: 15447980.

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

Color convert

RGB172183235-
CMYK0.270.2200.08
HSL229.52º61.17%79.8%-
HSV(B)229.52º26.81%92.16%-
XYZ48.9448.6485.41-
YUV185.64155.86118.27-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.15%
GREEN value IS 183 (71.88% from 255) = 31.02%
BLUE value IS 235 (92.19% from 255) = 39.83%
R=29.15%
G=31.02%
B=39.83%

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
Decimal1721832350.270.2200.08229.5261.1779.8
HexACB7EB1B1608e63d50
Octal254267353332601034675120
Binary101011001011011111101011110111011001000111001101111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB7EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB7EB; }

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

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

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

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

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

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

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

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