#A7B6FC

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

Shades of Perano #A7B6FC

Tints of Perano #A7B6FC

Color information

#A7B6FC (or 0xA7B6FC) is unknown color: approx Perano. HEX triplet: A7, B6 and FC. RGB value is (167,182,252). Sum of RGB (Red+Green+Blue) = 167+182+252=601 (79% of max value = 765). Red value is 167 (65.62% from 255 or 27.79% from 601); Green value is 182 (71.48% from 255 or 30.28% from 601); Blue value is 252 (98.83% from 255 or 41.93% from 601); Max value from RGB is 252 - color contains mainly: blue. Hex color #A7B6FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A7B6FC is #584903. Grayscale: #B9B9B9. Windows color (decimal): -5785860 or 16561831. OLE color: 16561831.

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

Color convert

RGB167182252-
CMYK0.340.2800.01
HSL229.41º93.41%82.16%-
HSV(B)229.41º33.73%98.82%-
XYZ50.2348.798.85-
YUV185.5165.53114.81-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 27.79%
GREEN value IS 182 (71.48% from 255) = 30.28%
BLUE value IS 252 (98.83% from 255) = 41.93%
R=27.79%
G=30.28%
B=41.93%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1671822520.340.2800.01229.4193.4182.16
HexA7B6FC221C01e55d52
Octal247266374423401345135122
Binary10100111101101101111110010001011100011110010110111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7B6FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7B6FC; }

 p { color: rgb(167,182,252); }

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

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

 a { background-color: rgb(167,182,252); }

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

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

 span { border-color: rgb(167,182,252); }

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