#A7BAFF

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

Shades of Perano #A7BAFF

Tints of Perano #A7BAFF

Color information

#A7BAFF (or 0xA7BAFF) is unknown color: approx Perano. HEX triplet: A7, BA and FF. RGB value is (167,186,255). Sum of RGB (Red+Green+Blue) = 167+186+255=608 (80% of max value = 765). Red value is 167 (65.62% from 255 or 27.47% from 608); Green value is 186 (73.05% from 255 or 30.59% from 608); Blue value is 255 (100% from 255 or 41.94% from 608); Max value from RGB is 255 - color contains mainly: blue. Hex color #A7BAFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A7BAFF is #584500. Grayscale: #BBBBBB. Windows color (decimal): -5784833 or 16759463. OLE color: 16759463.

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

Color convert

RGB167186255-
CMYK0.350.2700
HSL227.05º100%82.75%-
HSV(B)227.05º34.51%100%-
XYZ51.5550.55101.65-
YUV188.18165.71112.89-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 27.47%
GREEN value IS 186 (73.05% from 255) = 30.59%
BLUE value IS 255 (100% from 255) = 41.94%
R=27.47%
G=30.59%
B=41.94%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1671862550.350.2700227.0510082.75
HexA7BAFF231B00e36453
Octal247272377433300343144123
Binary10100111101110101111111110001111011001110001111001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7BAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7BAFF; }

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

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

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

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

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

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

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

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