#A7BCFA

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

Shades of Perano #A7BCFA

Tints of Perano #A7BCFA

Color information

#A7BCFA (or 0xA7BCFA) is unknown color: approx Perano. HEX triplet: A7, BC and FA. RGB value is (167,188,250). Sum of RGB (Red+Green+Blue) = 167+188+250=605 (80% of max value = 765). Red value is 167 (65.62% from 255 or 27.60% from 605); Green value is 188 (73.83% from 255 or 31.07% from 605); Blue value is 250 (98.05% from 255 or 41.32% from 605); Max value from RGB is 250 - color contains mainly: blue. Hex color #A7BCFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A7BCFA is #584305. Grayscale: #BCBCBC. Windows color (decimal): -5784326 or 16432295. OLE color: 16432295.

HSL color Cylindrical-coordinate representation of color #A7BCFA: hue angle of 224.82º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A7BCFA is Cyan = 0.33, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB167188250-
CMYK0.330.2500.02
HSL224.82º89.25%81.76%-
HSV(B)224.82º33.2%98.04%-
XYZ51.1751.0897.61-
YUV188.79162.54112.46-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 27.60%
GREEN value IS 188 (73.83% from 255) = 31.07%
BLUE value IS 250 (98.05% from 255) = 41.32%
R=27.60%
G=31.07%
B=41.32%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1671882500.330.2500.02224.8289.2581.76
HexA7BCFA211902e15952
Octal247274372413102341131122
Binary101001111011110011111010100001110010101110000110110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7BCFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7BCFA; }

 p { color: rgb(167,188,250); }

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

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

 a { background-color: rgb(167,188,250); }

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

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

 span { border-color: rgb(167,188,250); }

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