#A8B7FC

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

Shades of Perano #A8B7FC

Tints of Perano #A8B7FC

Color information

#A8B7FC (or 0xA8B7FC) is unknown color: approx Perano. HEX triplet: A8, B7 and FC. RGB value is (168,183,252). Sum of RGB (Red+Green+Blue) = 168+183+252=603 (79% of max value = 765). Red value is 168 (66.02% from 255 or 27.86% from 603); Green value is 183 (71.88% from 255 or 30.35% from 603); Blue value is 252 (98.83% from 255 or 41.79% from 603); Max value from RGB is 252 - color contains mainly: blue. Hex color #A8B7FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8B7FC is #574803. Grayscale: #BABABA. Windows color (decimal): -5720068 or 16562088. OLE color: 16562088.

HSL color Cylindrical-coordinate representation of color #A8B7FC: hue angle of 229.29º degrees, saturation: 0.93, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A8B7FC is Cyan = 0.33, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB168183252-
CMYK0.330.2700.01
HSL229.29º93.33%82.35%-
HSV(B)229.29º33.33%98.82%-
XYZ50.6549.2298.93-
YUV186.38165.03114.89-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 27.86%
GREEN value IS 183 (71.88% from 255) = 30.35%
BLUE value IS 252 (98.83% from 255) = 41.79%
R=27.86%
G=30.35%
B=41.79%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1681832520.330.2700.01229.2993.3382.35
HexA8B7FC211B01e55d52
Octal250267374413301345135122
Binary10101000101101111111110010000111011011110010110111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8B7FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8B7FC; }

 p { color: rgb(168,183,252); }

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

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

 a { background-color: rgb(168,183,252); }

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

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

 span { border-color: rgb(168,183,252); }

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