#A7BCFF

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

Shades of Perano #A7BCFF

Tints of Perano #A7BCFF

Color information

#A7BCFF (or 0xA7BCFF) is unknown color: approx Perano. HEX triplet: A7, BC and FF. RGB value is (167,188,255). Sum of RGB (Red+Green+Blue) = 167+188+255=610 (80% of max value = 765). Red value is 167 (65.62% from 255 or 27.38% from 610); Green value is 188 (73.83% from 255 or 30.82% from 610); Blue value is 255 (100% from 255 or 41.80% from 610); Max value from RGB is 255 - color contains mainly: blue. Hex color #A7BCFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A7BCFF is #584300. Grayscale: #BDBDBD. Windows color (decimal): -5784321 or 16759975. OLE color: 16759975.

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

Color convert

RGB167188255-
CMYK0.350.2600
HSL225.68º100%82.75%-
HSV(B)225.68º34.51%100%-
XYZ51.9751.4101.79-
YUV189.36165.04112.05-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 27.38%
GREEN value IS 188 (73.83% from 255) = 30.82%
BLUE value IS 255 (100% from 255) = 41.80%
R=27.38%
G=30.82%
B=41.80%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1671882550.350.2600225.6810082.75
HexA7BCFF231A00e26453
Octal247274377433200342144123
Binary10100111101111001111111110001111010001110001011001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7BCFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7BCFF; }

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

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

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

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

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

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

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

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