#ACB1EE

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

Shades of Perano #ACB1EE

Tints of Perano #ACB1EE

Color information

#ACB1EE (or 0xACB1EE) is unknown color: approx Perano. HEX triplet: AC, B1 and EE. RGB value is (172,177,238). Sum of RGB (Red+Green+Blue) = 172+177+238=587 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.30% from 587); Green value is 177 (69.53% from 255 or 30.15% from 587); Blue value is 238 (93.36% from 255 or 40.55% from 587); Max value from RGB is 238 - color contains mainly: blue. Hex color #ACB1EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ACB1EE is #534E11. Grayscale: #B6B6B6. Windows color (decimal): -5459474 or 15643052. OLE color: 15643052.

HSL color Cylindrical-coordinate representation of color #ACB1EE: hue angle of 235.45º degrees, saturation: 0.66, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ACB1EE is Cyan = 0.28, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB172177238-
CMYK0.280.2600.07
HSL235.45º66%80.39%-
HSV(B)235.45º27.73%93.33%-
XYZ48.1746.3987.3-
YUV182.46159.34120.54-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.30%
GREEN value IS 177 (69.53% from 255) = 30.15%
BLUE value IS 238 (93.36% from 255) = 40.55%
R=29.30%
G=30.15%
B=40.55%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1721772380.280.2600.07235.456680.39
HexACB1EE1C1A07eb4250
Octal254261356343207353102120
Binary101011001011000111101110111001101001111110101110000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB1EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB1EE; }

 p { color: rgb(172,177,238); }

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

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

 a { background-color: rgb(172,177,238); }

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

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

 span { border-color: rgb(172,177,238); }

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