#ACB5EB

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

Shades of Perano #ACB5EB

Tints of Perano #ACB5EB

Color information

#ACB5EB (or 0xACB5EB) is unknown color: approx Perano. HEX triplet: AC, B5 and EB. RGB value is (172,181,235). Sum of RGB (Red+Green+Blue) = 172+181+235=588 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.25% from 588); Green value is 181 (71.09% from 255 or 30.78% from 588); Blue value is 235 (92.19% from 255 or 39.97% from 588); Max value from RGB is 235 - color contains mainly: blue. Hex color #ACB5EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACB5EB is #534A14. Grayscale: #B8B8B8. Windows color (decimal): -5458453 or 15447468. OLE color: 15447468.

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

Color convert

RGB172181235-
CMYK0.270.2300.08
HSL231.43º61.17%79.8%-
HSV(B)231.43º26.81%92.16%-
XYZ48.5347.8285.27-
YUV184.46156.52119.11-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.25%
GREEN value IS 181 (71.09% from 255) = 30.78%
BLUE value IS 235 (92.19% from 255) = 39.97%
R=29.25%
G=30.78%
B=39.97%

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
Decimal1721812350.270.2300.08231.4361.1779.8
HexACB5EB1B1708e73d50
Octal254265353332701034775120
Binary101011001011010111101011110111011101000111001111111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB5EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB5EB; }

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

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

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

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

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

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

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

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