#A6BFF1

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

Shades of Perano #A6BFF1

Tints of Perano #A6BFF1

Color information

#A6BFF1 (or 0xA6BFF1) is unknown color: approx Perano. HEX triplet: A6, BF and F1. RGB value is (166,191,241). Sum of RGB (Red+Green+Blue) = 166+191+241=598 (79% of max value = 765). Red value is 166 (65.23% from 255 or 27.76% from 598); Green value is 191 (75% from 255 or 31.94% from 598); Blue value is 241 (94.53% from 255 or 40.30% from 598); Max value from RGB is 241 - color contains mainly: blue. Hex color #A6BFF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6BFF1 is #59400E. Grayscale: #BDBDBD. Windows color (decimal): -5849103 or 15843238. OLE color: 15843238.

HSL color Cylindrical-coordinate representation of color #A6BFF1: hue angle of 220º degrees, saturation: 0.73, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A6BFF1 is Cyan = 0.31, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB166191241-
CMYK0.310.2100.05
HSL220º72.82%79.8%-
HSV(B)220º31.12%94.51%-
XYZ50.2351.7290.55-
YUV189.22157.22111.43-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 27.76%
GREEN value IS 191 (75% from 255) = 31.94%
BLUE value IS 241 (94.53% from 255) = 40.30%
R=27.76%
G=31.94%
B=40.30%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1661912410.310.2100.0522072.8279.8
HexA6BFF11F1505dc4950
Octal246277361372505334111120
Binary101001101011111111110001111111010101011101110010010011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6BFF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6BFF1; }

 p { color: rgb(166,191,241); }

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

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

 a { background-color: rgb(166,191,241); }

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

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

 span { border-color: rgb(166,191,241); }

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