#ACABEB

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

Shades of Perano #ACABEB

Tints of Perano #ACABEB

Color information

#ACABEB (or 0xACABEB) is unknown color: approx Perano. HEX triplet: AC, AB and EB. RGB value is (172,171,235). Sum of RGB (Red+Green+Blue) = 172+171+235=578 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.76% from 578); Green value is 171 (67.19% from 255 or 29.58% from 578); Blue value is 235 (92.19% from 255 or 40.66% from 578); Max value from RGB is 235 - color contains mainly: blue. Hex color #ACABEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ACABEB is #535414. Grayscale: #B2B2B2. Windows color (decimal): -5461013 or 15444908. OLE color: 15444908.

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

Color convert

RGB172171235-
CMYK0.270.2700.08
HSL240.94º61.54%79.61%-
HSV(B)240.94º27.23%92.16%-
XYZ46.5743.8984.62-
YUV178.6159.83123.3-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.76%
GREEN value IS 171 (67.19% from 255) = 29.58%
BLUE value IS 235 (92.19% from 255) = 40.66%
R=29.76%
G=29.58%
B=40.66%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1721712350.270.2700.08240.9461.5479.61
HexACABEB1B1B08f13e50
Octal254253353333301036176120
Binary101011001010101111101011110111101101000111100011111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACABEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACABEB; }

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

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

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

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

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

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

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

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