#A6BFF7

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

Shades of Perano #A6BFF7

Tints of Perano #A6BFF7

Color information

#A6BFF7 (or 0xA6BFF7) is unknown color: approx Perano. HEX triplet: A6, BF and F7. RGB value is (166,191,247). Sum of RGB (Red+Green+Blue) = 166+191+247=604 (80% of max value = 765). Red value is 166 (65.23% from 255 or 27.48% from 604); Green value is 191 (75% from 255 or 31.62% from 604); Blue value is 247 (96.88% from 255 or 40.89% from 604); Max value from RGB is 247 - color contains mainly: blue. Hex color #A6BFF7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6BFF7 is #594008. Grayscale: #BDBDBD. Windows color (decimal): -5849097 or 16236454. OLE color: 16236454.

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

Color convert

RGB166191247-
CMYK0.330.2300.03
HSL221.48º83.51%80.98%-
HSV(B)221.48º32.79%96.86%-
XYZ51.1552.0895.35-
YUV189.91160.22110.95-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 27.48%
GREEN value IS 191 (75% from 255) = 31.62%
BLUE value IS 247 (96.88% from 255) = 40.89%
R=27.48%
G=31.62%
B=40.89%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1661912470.330.2300.03221.4883.5180.98
HexA6BFF7211703dd5451
Octal246277367412703335124121
Binary101001101011111111110111100001101110111101110110101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6BFF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6BFF7; }

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

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

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

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

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

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

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

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