#ACBDFA

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

Shades of Perano #ACBDFA

Tints of Perano #ACBDFA

Color information

#ACBDFA (or 0xACBDFA) is unknown color: approx Perano. HEX triplet: AC, BD and FA. RGB value is (172,189,250). Sum of RGB (Red+Green+Blue) = 172+189+250=611 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.15% from 611); Green value is 189 (74.22% from 255 or 30.93% from 611); Blue value is 250 (98.05% from 255 or 40.92% from 611); Max value from RGB is 250 - color contains mainly: blue. Hex color #ACBDFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACBDFA is #534205. Grayscale: #BEBEBE. Windows color (decimal): -5456390 or 16432556. OLE color: 16432556.

HSL color Cylindrical-coordinate representation of color #ACBDFA: hue angle of 226.92º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ACBDFA is Cyan = 0.31, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB172189250-
CMYK0.310.2400.02
HSL226.92º88.64%82.75%-
HSV(B)226.92º31.2%98.04%-
XYZ52.4752.0797.73-
YUV190.87161.37114.54-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.15%
GREEN value IS 189 (74.22% from 255) = 30.93%
BLUE value IS 250 (98.05% from 255) = 40.92%
R=28.15%
G=30.93%
B=40.92%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1721892500.310.2400.02226.9288.6482.75
HexACBDFA1F1802e35953
Octal254275372373002343131123
Binary10101100101111011111101011111110000101110001110110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBDFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBDFA; }

 p { color: rgb(172,189,250); }

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

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

 a { background-color: rgb(172,189,250); }

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

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

 span { border-color: rgb(172,189,250); }

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