#A6BCFF

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

Shades of Perano #A6BCFF

Tints of Perano #A6BCFF

Color information

#A6BCFF (or 0xA6BCFF) is unknown color: approx Perano. HEX triplet: A6, BC and FF. RGB value is (166,188,255). Sum of RGB (Red+Green+Blue) = 166+188+255=609 (80% of max value = 765). Red value is 166 (65.23% from 255 or 27.26% from 609); Green value is 188 (73.83% from 255 or 30.87% from 609); Blue value is 255 (100% from 255 or 41.87% from 609); Max value from RGB is 255 - color contains mainly: blue. Hex color #A6BCFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6BCFF is #594300. Grayscale: #BCBCBC. Windows color (decimal): -5849857 or 16759974. OLE color: 16759974.

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

Color convert

RGB166188255-
CMYK0.350.2600
HSL225.17º100%82.55%-
HSV(B)225.17º34.9%100%-
XYZ51.7651.29101.78-
YUV189.06165.21111.55-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 27.26%
GREEN value IS 188 (73.83% from 255) = 30.87%
BLUE value IS 255 (100% from 255) = 41.87%
R=27.26%
G=30.87%
B=41.87%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1661882550.350.2600225.1710082.55
HexA6BCFF231A00e16453
Octal246274377433200341144123
Binary10100110101111001111111110001111010001110000111001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6BCFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6BCFF; }

 p { color: rgb(166,188,255); }

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

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

 a { background-color: rgb(166,188,255); }

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

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

 span { border-color: rgb(166,188,255); }

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