#A8BAEB

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

Shades of Perano #A8BAEB

Tints of Perano #A8BAEB

Color information

#A8BAEB (or 0xA8BAEB) is unknown color: approx Perano. HEX triplet: A8, BA and EB. RGB value is (168,186,235). Sum of RGB (Red+Green+Blue) = 168+186+235=589 (78% of max value = 765). Red value is 168 (66.02% from 255 or 28.52% from 589); Green value is 186 (73.05% from 255 or 31.58% from 589); Blue value is 235 (92.19% from 255 or 39.90% from 589); Max value from RGB is 235 - color contains mainly: blue. Hex color #A8BAEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8BAEB is #574514. Grayscale: #B9B9B9. Windows color (decimal): -5719317 or 15448744. OLE color: 15448744.

HSL color Cylindrical-coordinate representation of color #A8BAEB: hue angle of 223.88º degrees, saturation: 0.63, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A8BAEB is Cyan = 0.29, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB168186235-
CMYK0.290.2100.08
HSL223.88º62.62%79.02%-
HSV(B)223.88º28.51%92.16%-
XYZ48.749.4485.57-
YUV186.2155.54115.02-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 28.52%
GREEN value IS 186 (73.05% from 255) = 31.58%
BLUE value IS 235 (92.19% from 255) = 39.90%
R=28.52%
G=31.58%
B=39.90%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1681862350.290.2100.08223.8862.6279.02
HexA8BAEB1D1508e03f4f
Octal250272353352501034077117
Binary101010001011101011101011111011010101000111000001111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8BAEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8BAEB; }

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

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

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

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

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

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

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

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