#A7BCFE

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

Shades of Perano #A7BCFE

Tints of Perano #A7BCFE

Color information

#A7BCFE (or 0xA7BCFE) is unknown color: approx Perano. HEX triplet: A7, BC and FE. RGB value is (167,188,254). Sum of RGB (Red+Green+Blue) = 167+188+254=609 (80% of max value = 765). Red value is 167 (65.62% from 255 or 27.42% from 609); Green value is 188 (73.83% from 255 or 30.87% from 609); Blue value is 254 (99.61% from 255 or 41.71% from 609); Max value from RGB is 254 - color contains mainly: blue. Hex color #A7BCFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A7BCFE is #584301. Grayscale: #BCBCBC. Windows color (decimal): -5784322 or 16694439. OLE color: 16694439.

HSL color Cylindrical-coordinate representation of color #A7BCFE: hue angle of 225.52º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A7BCFE is Cyan = 0.34, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB167188254-
CMYK0.340.2600.00
HSL225.52º97.75%82.55%-
HSV(B)225.52º34.25%99.61%-
XYZ51.8151.34100.94-
YUV189.24164.54112.13-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 27.42%
GREEN value IS 188 (73.83% from 255) = 30.87%
BLUE value IS 254 (99.61% from 255) = 41.71%
R=27.42%
G=30.87%
B=41.71%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1671882540.340.2600.00225.5297.7582.55
HexA7BCFE221A00e26253
Octal247274376423200342142123
Binary10100111101111001111111010001011010001110001011000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7BCFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7BCFE; }

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

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

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

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

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

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

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

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