#A8B9FA

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

Shades of Perano #A8B9FA

Tints of Perano #A8B9FA

Color information

#A8B9FA (or 0xA8B9FA) is unknown color: approx Perano. HEX triplet: A8, B9 and FA. RGB value is (168,185,250). Sum of RGB (Red+Green+Blue) = 168+185+250=603 (79% of max value = 765). Red value is 168 (66.02% from 255 or 27.86% from 603); Green value is 185 (72.66% from 255 or 30.68% from 603); Blue value is 250 (98.05% from 255 or 41.46% from 603); Max value from RGB is 250 - color contains mainly: blue. Hex color #A8B9FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8B9FA is #574605. Grayscale: #BBBBBB. Windows color (decimal): -5719558 or 16431528. OLE color: 16431528.

HSL color Cylindrical-coordinate representation of color #A8B9FA: hue angle of 227.56º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A8B9FA is Cyan = 0.33, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB168185250-
CMYK0.330.2600.02
HSL227.56º89.13%81.96%-
HSV(B)227.56º32.8%98.04%-
XYZ50.7549.9297.4-
YUV187.33163.37114.21-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 27.86%
GREEN value IS 185 (72.66% from 255) = 30.68%
BLUE value IS 250 (98.05% from 255) = 41.46%
R=27.86%
G=30.68%
B=41.46%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1681852500.330.2600.02227.5689.1381.96
HexA8B9FA211A02e45952
Octal250271372413202344131122
Binary101010001011100111111010100001110100101110010010110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8B9FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8B9FA; }

 p { color: rgb(168,185,250); }

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

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

 a { background-color: rgb(168,185,250); }

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

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

 span { border-color: rgb(168,185,250); }

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