#ACB9FE

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

Shades of Perano #ACB9FE

Tints of Perano #ACB9FE

Color information

#ACB9FE (or 0xACB9FE) is unknown color: approx Perano. HEX triplet: AC, B9 and FE. RGB value is (172,185,254). Sum of RGB (Red+Green+Blue) = 172+185+254=611 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.15% from 611); Green value is 185 (72.66% from 255 or 30.28% from 611); Blue value is 254 (99.61% from 255 or 41.57% from 611); Max value from RGB is 254 - color contains mainly: blue. Hex color #ACB9FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACB9FE is #534601. Grayscale: #BCBCBC. Windows color (decimal): -5457410 or 16693676. OLE color: 16693676.

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

Color convert

RGB172185254-
CMYK0.320.2700.00
HSL230.49º97.62%83.53%-
HSV(B)230.49º32.28%99.61%-
XYZ52.2550.62100.78-
YUV188.98164.69115.89-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.15%
GREEN value IS 185 (72.66% from 255) = 30.28%
BLUE value IS 254 (99.61% from 255) = 41.57%
R=28.15%
G=30.28%
B=41.57%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1721852540.320.2700.00230.4997.6283.53
HexACB9FE201B00e66254
Octal254271376403300346142124
Binary10101100101110011111111010000011011001110011011000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB9FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB9FE; }

 p { color: rgb(172,185,254); }

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

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

 a { background-color: rgb(172,185,254); }

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

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

 span { border-color: rgb(172,185,254); }

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