#a8bae2

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

Shades of Perano #A8BAE2

Tints of Perano #A8BAE2

Color information

#A8BAE2 (or 0xA8BAE2) is unknown color: approx Perano. HEX triplet: A8, BA and E2. RGB value is (168,186,226). Sum of RGB (Red+Green+Blue) = 168+186+226=580 (76% of max value = 765). Red value is 168 (66.02% from 255 or 28.97% from 580); Green value is 186 (73.05% from 255 or 32.07% from 580); Blue value is 226 (88.67% from 255 or 38.97% from 580); Max value from RGB is 226 - color contains mainly: blue. Hex color #A8BAE2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8BAE2 is #57451D. Grayscale: #B9B9B9. Windows color (decimal): -5719326 or 14858920. OLE color: 14858920.

HSL color Cylindrical-coordinate representation of color #A8BAE2: hue angle of 221.38º degrees, saturation: 0.5, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A8BAE2 is Cyan = 0.26, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB168186226-
CMYK0.260.1800.11
HSL221.38º50%77.25%-
HSV(B)221.38º25.66%88.63%-
XYZ47.4348.9378.9-
YUV185.18151.04115.75-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 28.97%
GREEN value IS 186 (73.05% from 255) = 32.07%
BLUE value IS 226 (88.67% from 255) = 38.97%
R=28.97%
G=32.07%
B=38.97%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1681862260.260.1800.11221.385077.25
HexA8BAE21A120Bdd324d
Octal250272342322201333562115
Binary101010001011101011100010110101001001011110111011100101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a8bae2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a8bae2; }

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

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

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

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

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

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

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

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