#A7BEF8

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

Shades of Perano #A7BEF8

Tints of Perano #A7BEF8

Color information

#A7BEF8 (or 0xA7BEF8) is unknown color: approx Perano. HEX triplet: A7, BE and F8. RGB value is (167,190,248). Sum of RGB (Red+Green+Blue) = 167+190+248=605 (80% of max value = 765). Red value is 167 (65.62% from 255 or 27.60% from 605); Green value is 190 (74.61% from 255 or 31.40% from 605); Blue value is 248 (97.27% from 255 or 40.99% from 605); Max value from RGB is 248 - color contains mainly: blue. Hex color #A7BEF8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A7BEF8 is #584107. Grayscale: #BDBDBD. Windows color (decimal): -5783816 or 16301735. OLE color: 16301735.

HSL color Cylindrical-coordinate representation of color #A7BEF8: hue angle of 222.96º degrees, saturation: 0.85, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A7BEF8 is Cyan = 0.33, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB167190248-
CMYK0.330.2300.03
HSL222.96º85.26%81.37%-
HSV(B)222.96º32.66%97.25%-
XYZ51.2951.8296.11-
YUV189.74160.88111.78-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 27.60%
GREEN value IS 190 (74.61% from 255) = 31.40%
BLUE value IS 248 (97.27% from 255) = 40.99%
R=27.60%
G=31.40%
B=40.99%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1671902480.330.2300.03222.9685.2681.37
HexA7BEF8211703df5551
Octal247276370412703337125121
Binary101001111011111011111000100001101110111101111110101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7BEF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7BEF8; }

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

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

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

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

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

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

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

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