#ACBAFF

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

Shades of Perano #ACBAFF

Tints of Perano #ACBAFF

Color information

#ACBAFF (or 0xACBAFF) is unknown color: approx Perano. HEX triplet: AC, BA and FF. RGB value is (172,186,255). Sum of RGB (Red+Green+Blue) = 172+186+255=613 (81% of max value = 765). Red value is 172 (67.58% from 255 or 28.06% from 613); Green value is 186 (73.05% from 255 or 30.34% from 613); Blue value is 255 (100% from 255 or 41.60% from 613); Max value from RGB is 255 - color contains mainly: blue. Hex color #ACBAFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACBAFF is #534500. Grayscale: #BDBDBD. Windows color (decimal): -5457153 or 16759468. OLE color: 16759468.

HSL color Cylindrical-coordinate representation of color #ACBAFF: hue angle of 229.88º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ACBAFF is Cyan = 0.33, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB172186255-
CMYK0.330.2700
HSL229.88º100%83.73%-
HSV(B)229.88º32.55%100%-
XYZ52.6251.11101.7-
YUV189.68164.86115.39-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.06%
GREEN value IS 186 (73.05% from 255) = 30.34%
BLUE value IS 255 (100% from 255) = 41.60%
R=28.06%
G=30.34%
B=41.60%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1721862550.330.2700229.8810083.73
HexACBAFF211B00e66454
Octal254272377413300346144124
Binary10101100101110101111111110000111011001110011011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBAFF; }

 p { color: rgb(172,186,255); }

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

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

 a { background-color: rgb(172,186,255); }

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

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

 span { border-color: rgb(172,186,255); }

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