#acb6eb

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

Shades of Perano #ACB6EB

Tints of Perano #ACB6EB

Color information

#ACB6EB (or 0xACB6EB) is unknown color: approx Perano. HEX triplet: AC, B6 and EB. RGB value is (172,182,235). Sum of RGB (Red+Green+Blue) = 172+182+235=589 (78% of max value = 765). Red value is 172 (67.58% from 255 or 29.20% from 589); Green value is 182 (71.48% from 255 or 30.90% from 589); Blue value is 235 (92.19% from 255 or 39.90% from 589); Max value from RGB is 235 - color contains mainly: blue. Hex color #ACB6EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACB6EB is #534914. Grayscale: #B8B8B8. Windows color (decimal): -5458197 or 15447724. OLE color: 15447724.

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

Color convert

RGB172182235-
CMYK0.270.2300.08
HSL230.48º61.17%79.8%-
HSV(B)230.48º26.81%92.16%-
XYZ48.7448.2285.34-
YUV185.05156.19118.69-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.20%
GREEN value IS 182 (71.48% from 255) = 30.90%
BLUE value IS 235 (92.19% from 255) = 39.90%
R=29.20%
G=30.90%
B=39.90%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1721822350.270.2300.08230.4861.1779.8
HexACB6EB1B1708e63d50
Octal254266353332701034675120
Binary101011001011011011101011110111011101000111001101111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #acb6eb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #acb6eb; }

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

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

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

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

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

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

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

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