#A7BEF6

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

Shades of Perano #A7BEF6

Tints of Perano #A7BEF6

Color information

#A7BEF6 (or 0xA7BEF6) is unknown color: approx Perano. HEX triplet: A7, BE and F6. RGB value is (167,190,246). Sum of RGB (Red+Green+Blue) = 167+190+246=603 (79% of max value = 765). Red value is 167 (65.62% from 255 or 27.69% from 603); Green value is 190 (74.61% from 255 or 31.51% from 603); Blue value is 246 (96.48% from 255 or 40.80% from 603); Max value from RGB is 246 - color contains mainly: blue. Hex color #A7BEF6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A7BEF6 is #584109. Grayscale: #BDBDBD. Windows color (decimal): -5783818 or 16170663. OLE color: 16170663.

HSL color Cylindrical-coordinate representation of color #A7BEF6: hue angle of 222.53º degrees, saturation: 0.81, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A7BEF6 is Cyan = 0.32, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB167190246-
CMYK0.320.2300.04
HSL222.53º81.44%80.98%-
HSV(B)222.53º32.11%96.47%-
XYZ50.9851.794.48-
YUV189.51159.88111.95-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 27.69%
GREEN value IS 190 (74.61% from 255) = 31.51%
BLUE value IS 246 (96.48% from 255) = 40.80%
R=27.69%
G=31.51%
B=40.80%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1671902460.320.2300.04222.5381.4480.98
HexA7BEF6201704df5151
Octal247276366402704337121121
Binary1010011110111110111101101000001011101001101111110100011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7BEF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7BEF6; }

 p { color: rgb(167,190,246); }

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

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

 a { background-color: rgb(167,190,246); }

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

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

 span { border-color: rgb(167,190,246); }

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