#A4BCFF

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

Shades of Perano #A4BCFF

Tints of Perano #A4BCFF

Color information

#A4BCFF (or 0xA4BCFF) is unknown color: approx Perano. HEX triplet: A4, BC and FF. RGB value is (164,188,255). Sum of RGB (Red+Green+Blue) = 164+188+255=607 (80% of max value = 765). Red value is 164 (64.45% from 255 or 27.02% from 607); Green value is 188 (73.83% from 255 or 30.97% from 607); Blue value is 255 (100% from 255 or 42.01% from 607); Max value from RGB is 255 - color contains mainly: blue. Hex color #A4BCFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A4BCFF is #5B4300. Grayscale: #BCBCBC. Windows color (decimal): -5980929 or 16759972. OLE color: 16759972.

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

Color convert

RGB164188255-
CMYK0.360.2600
HSL224.18º100%82.16%-
HSV(B)224.18º35.69%100%-
XYZ51.3451.08101.76-
YUV188.46165.55110.55-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 27.02%
GREEN value IS 188 (73.83% from 255) = 30.97%
BLUE value IS 255 (100% from 255) = 42.01%
R=27.02%
G=30.97%
B=42.01%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1641882550.360.2600224.1810082.16
HexA4BCFF241A00e06452
Octal244274377443200340144122
Binary10100100101111001111111110010011010001110000011001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4BCFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4BCFF; }

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

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

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

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

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

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

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

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