#A6BEF6

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

Shades of Perano #A6BEF6

Tints of Perano #A6BEF6

Color information

#A6BEF6 (or 0xA6BEF6) is unknown color: approx Perano. HEX triplet: A6, BE and F6. RGB value is (166,190,246). Sum of RGB (Red+Green+Blue) = 166+190+246=602 (79% of max value = 765). Red value is 166 (65.23% from 255 or 27.57% from 602); Green value is 190 (74.61% from 255 or 31.56% from 602); Blue value is 246 (96.48% from 255 or 40.86% from 602); Max value from RGB is 246 - color contains mainly: blue. Hex color #A6BEF6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6BEF6 is #594109. Grayscale: #BCBCBC. Windows color (decimal): -5849354 or 16170662. OLE color: 16170662.

HSL color Cylindrical-coordinate representation of color #A6BEF6: hue angle of 222º degrees, saturation: 0.82, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A6BEF6 is Cyan = 0.33, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB166190246-
CMYK0.330.2300.04
HSL222º81.63%80.78%-
HSV(B)222º32.52%96.47%-
XYZ50.7751.5994.47-
YUV189.21160.05111.45-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 27.57%
GREEN value IS 190 (74.61% from 255) = 31.56%
BLUE value IS 246 (96.48% from 255) = 40.86%
R=27.57%
G=31.56%
B=40.86%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1661902460.330.2300.0422281.6380.78
HexA6BEF6211704de5251
Octal246276366412704336122121
Binary1010011010111110111101101000011011101001101111010100101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6BEF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6BEF6; }

 p { color: rgb(166,190,246); }

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

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

 a { background-color: rgb(166,190,246); }

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

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

 span { border-color: rgb(166,190,246); }

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