#A8B6E8

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

Shades of Perano #A8B6E8

Tints of Perano #A8B6E8

Color information

#A8B6E8 (or 0xA8B6E8) is unknown color: approx Perano. HEX triplet: A8, B6 and E8. RGB value is (168,182,232). Sum of RGB (Red+Green+Blue) = 168+182+232=582 (77% of max value = 765). Red value is 168 (66.02% from 255 or 28.87% from 582); Green value is 182 (71.48% from 255 or 31.27% from 582); Blue value is 232 (91.02% from 255 or 39.86% from 582); Max value from RGB is 232 - color contains mainly: blue. Hex color #A8B6E8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8B6E8 is #574917. Grayscale: #B7B7B7. Windows color (decimal): -5720344 or 15251112. OLE color: 15251112.

HSL color Cylindrical-coordinate representation of color #A8B6E8: hue angle of 226.88º degrees, saturation: 0.58, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A8B6E8 is Cyan = 0.28, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB168182232-
CMYK0.280.2200.09
HSL226.88º58.18%78.43%-
HSV(B)226.88º27.59%90.98%-
XYZ47.4447.6183.03-
YUV183.51155.36116.93-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 28.87%
GREEN value IS 182 (71.48% from 255) = 31.27%
BLUE value IS 232 (91.02% from 255) = 39.86%
R=28.87%
G=31.27%
B=39.86%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1681822320.280.2200.09226.8858.1878.43
HexA8B6E81C1609e33a4e
Octal250266350342601134372116
Binary101010001011011011101000111001011001001111000111110101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8B6E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8B6E8; }

 p { color: rgb(168,182,232); }

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

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

 a { background-color: rgb(168,182,232); }

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

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

 span { border-color: rgb(168,182,232); }

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