#A7BFFF

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

Shades of Perano #A7BFFF

Tints of Perano #A7BFFF

Color information

#A7BFFF (or 0xA7BFFF) is unknown color: approx Perano. HEX triplet: A7, BF and FF. RGB value is (167,191,255). Sum of RGB (Red+Green+Blue) = 167+191+255=613 (81% of max value = 765). Red value is 167 (65.62% from 255 or 27.24% from 613); Green value is 191 (75% from 255 or 31.16% from 613); Blue value is 255 (100% from 255 or 41.60% from 613); Max value from RGB is 255 - color contains mainly: blue. Hex color #A7BFFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A7BFFF is #584000. Grayscale: #BEBEBE. Windows color (decimal): -5783553 or 16760743. OLE color: 16760743.

HSL color Cylindrical-coordinate representation of color #A7BFFF: hue angle of 223.64º 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 #A7BFFF is Cyan = 0.35, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB167191255-
CMYK0.350.2500
HSL223.64º100%82.75%-
HSV(B)223.64º34.51%100%-
XYZ52.6252.7102.01-
YUV191.12164.05110.8-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 27.24%
GREEN value IS 191 (75% from 255) = 31.16%
BLUE value IS 255 (100% from 255) = 41.60%
R=27.24%
G=31.16%
B=41.60%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1671912550.350.2500223.6410082.75
HexA7BFFF231900e06453
Octal247277377433100340144123
Binary10100111101111111111111110001111001001110000011001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7BFFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7BFFF; }

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

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

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

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

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

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

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

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