#A6BCFC

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

Shades of Perano #A6BCFC

Tints of Perano #A6BCFC

Color information

#A6BCFC (or 0xA6BCFC) is unknown color: approx Perano. HEX triplet: A6, BC and FC. RGB value is (166,188,252). Sum of RGB (Red+Green+Blue) = 166+188+252=606 (80% of max value = 765). Red value is 166 (65.23% from 255 or 27.39% from 606); Green value is 188 (73.83% from 255 or 31.02% from 606); Blue value is 252 (98.83% from 255 or 41.58% from 606); Max value from RGB is 252 - color contains mainly: blue. Hex color #A6BCFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6BCFC is #594303. Grayscale: #BCBCBC. Windows color (decimal): -5849860 or 16563366. OLE color: 16563366.

HSL color Cylindrical-coordinate representation of color #A6BCFC: hue angle of 224.65º degrees, saturation: 0.93, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A6BCFC is Cyan = 0.34, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB166188252-
CMYK0.340.2500.01
HSL224.65º93.48%81.96%-
HSV(B)224.65º34.13%98.82%-
XYZ51.2851.199.26-
YUV188.72163.71111.8-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 27.39%
GREEN value IS 188 (73.83% from 255) = 31.02%
BLUE value IS 252 (98.83% from 255) = 41.58%
R=27.39%
G=31.02%
B=41.58%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1661882520.340.2500.01224.6593.4881.96
HexA6BCFC221901e15d52
Octal246274374423101341135122
Binary10100110101111001111110010001011001011110000110111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6BCFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6BCFC; }

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

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

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

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

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

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

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

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