#A6B5F8

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

Shades of Perano #A6B5F8

Tints of Perano #A6B5F8

Color information

#A6B5F8 (or 0xA6B5F8) is unknown color: approx Perano. HEX triplet: A6, B5 and F8. RGB value is (166,181,248). Sum of RGB (Red+Green+Blue) = 166+181+248=595 (78% of max value = 765). Red value is 166 (65.23% from 255 or 27.90% from 595); Green value is 181 (71.09% from 255 or 30.42% from 595); Blue value is 248 (97.27% from 255 or 41.68% from 595); Max value from RGB is 248 - color contains mainly: blue. Hex color #A6B5F8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6B5F8 is #594A07. Grayscale: #B7B7B7. Windows color (decimal): -5851656 or 16299430. OLE color: 16299430.

HSL color Cylindrical-coordinate representation of color #A6B5F8: hue angle of 229.02º degrees, saturation: 0.85, 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 #A6B5F8 is Cyan = 0.33, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB166181248-
CMYK0.330.2700.03
HSL229.02º85.42%81.18%-
HSV(B)229.02º33.06%97.25%-
XYZ49.1947.9395.47-
YUV184.15164.03115.05-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 27.90%
GREEN value IS 181 (71.09% from 255) = 30.42%
BLUE value IS 248 (97.27% from 255) = 41.68%
R=27.90%
G=30.42%
B=41.68%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1661812480.330.2700.03229.0285.4281.18
HexA6B5F8211B03e55551
Octal246265370413303345125121
Binary101001101011010111111000100001110110111110010110101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6B5F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6B5F8; }

 p { color: rgb(166,181,248); }

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

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

 a { background-color: rgb(166,181,248); }

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

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

 span { border-color: rgb(166,181,248); }

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