#A8BAF3

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

Shades of Perano #A8BAF3

Tints of Perano #A8BAF3

Color information

#A8BAF3 (or 0xA8BAF3) is unknown color: approx Perano. HEX triplet: A8, BA and F3. RGB value is (168,186,243). Sum of RGB (Red+Green+Blue) = 168+186+243=597 (79% of max value = 765). Red value is 168 (66.02% from 255 or 28.14% from 597); Green value is 186 (73.05% from 255 or 31.16% from 597); Blue value is 243 (95.31% from 255 or 40.70% from 597); Max value from RGB is 243 - color contains mainly: blue. Hex color #A8BAF3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8BAF3 is #57450C. Grayscale: #BABABA. Windows color (decimal): -5719309 or 15973032. OLE color: 15973032.

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

Color convert

RGB168186243-
CMYK0.310.2300.05
HSL225.6º75.76%80.59%-
HSV(B)225.6º30.86%95.29%-
XYZ49.8949.9191.8-
YUV187.12159.54114.37-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 28.14%
GREEN value IS 186 (73.05% from 255) = 31.16%
BLUE value IS 243 (95.31% from 255) = 40.70%
R=28.14%
G=31.16%
B=40.70%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1681862430.310.2300.05225.675.7680.59
HexA8BAF31F1705e24c51
Octal250272363372705342114121
Binary101010001011101011110011111111011101011110001010011001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8BAF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8BAF3; }

 p { color: rgb(168,186,243); }

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

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

 a { background-color: rgb(168,186,243); }

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

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

 span { border-color: rgb(168,186,243); }

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