#A8BCFF

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

Shades of Perano #A8BCFF

Tints of Perano #A8BCFF

Color information

#A8BCFF (or 0xA8BCFF) is unknown color: approx Perano. HEX triplet: A8, BC and FF. RGB value is (168,188,255). Sum of RGB (Red+Green+Blue) = 168+188+255=611 (80% of max value = 765). Red value is 168 (66.02% from 255 or 27.50% from 611); Green value is 188 (73.83% from 255 or 30.77% from 611); Blue value is 255 (100% from 255 or 41.73% from 611); Max value from RGB is 255 - color contains mainly: blue. Hex color #A8BCFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8BCFF is #574300. Grayscale: #BDBDBD. Windows color (decimal): -5718785 or 16759976. OLE color: 16759976.

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

Color convert

RGB168188255-
CMYK0.340.2600
HSL226.21º100%82.94%-
HSV(B)226.21º34.12%100%-
XYZ52.1851.51101.8-
YUV189.66164.87112.55-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 27.50%
GREEN value IS 188 (73.83% from 255) = 30.77%
BLUE value IS 255 (100% from 255) = 41.73%
R=27.50%
G=30.77%
B=41.73%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1681882550.340.2600226.2110082.94
HexA8BCFF221A00e26453
Octal250274377423200342144123
Binary10101000101111001111111110001011010001110001011001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8BCFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8BCFF; }

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

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

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

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

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

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

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

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