#A8BAFF

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

Shades of Perano #A8BAFF

Tints of Perano #A8BAFF

Color information

#A8BAFF (or 0xA8BAFF) is unknown color: approx Perano. HEX triplet: A8, BA and FF. RGB value is (168,186,255). Sum of RGB (Red+Green+Blue) = 168+186+255=609 (80% of max value = 765). Red value is 168 (66.02% from 255 or 27.59% from 609); Green value is 186 (73.05% from 255 or 30.54% from 609); Blue value is 255 (100% from 255 or 41.87% from 609); Max value from RGB is 255 - color contains mainly: blue. Hex color #A8BAFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8BAFF is #574500. Grayscale: #BCBCBC. Windows color (decimal): -5719297 or 16759464. OLE color: 16759464.

HSL color Cylindrical-coordinate representation of color #A8BAFF: hue angle of 227.59º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A8BAFF is Cyan = 0.34, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB168186255-
CMYK0.340.2700
HSL227.59º100%82.94%-
HSV(B)227.59º34.12%100%-
XYZ51.7650.66101.66-
YUV188.48165.54113.39-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 27.59%
GREEN value IS 186 (73.05% from 255) = 30.54%
BLUE value IS 255 (100% from 255) = 41.87%
R=27.59%
G=30.54%
B=41.87%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1681862550.340.2700227.5910082.94
HexA8BAFF221B00e46453
Octal250272377423300344144123
Binary10101000101110101111111110001011011001110010011001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8BAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8BAFF; }

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

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

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

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

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

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

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

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